CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

NConsole 1.0.1

NConsole 1.0.1

Maintained by nghinv.




NConsole 1.0.1

  • By
  • NghiNV

nconsole

A library for show log in console. CocoaPod Specs for iOS/macOS.

Getting Started

Demo NConsole

Installation

App desktop download NConsole

pod 'NConsole', '=1.0.0'

Usages

import NConsole

let dataTest = DataTest(name: "Thanh", old: 22, className: 11)
NConsole.isEnable = true

NConsole.log("Data::", dataTest)
NConsole.log("Hello")
NConsole.groupCollapsed("Hi, how are you?")
NConsole.log("Data:", dataTest)
NConsole.groupEnd()