Cosmo / TinyConsole

📱💬🚦 TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.
MIT License
1.96k stars 89 forks source link

Objective-c Use ? #33

Open ghost opened 7 years ago

ghost commented 7 years ago

Do i want to use this in my objective-c project?

Cosmo commented 7 years ago

Probably not. Only tested with Swift.

ghost commented 6 years ago

My continued attempt to use it in OC has now got this response

required public init?(coder aDecoder: NSCoder) { assertionFailure("Interface Builder is not supported") self.rootViewController = UIViewController() super.init(coder: aDecoder) } How can i fix it ?

JackySONE commented 6 years ago

hi @LazyScream , you can try this pod install

pod 'TinyConsole', :git => 'https://github.com/JackySONE/TinyConsole.git', :branch => 'develop'

it's work on my objective-c project #37