TinyConsole icon indicating copy to clipboard operation
TinyConsole copied to clipboard

Objective-c Use ?

Open ghost opened this issue 8 years ago • 3 comments

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

ghost avatar Sep 15 '17 13:09 ghost

Probably not. Only tested with Swift.

Cosmo avatar Sep 15 '17 18:09 Cosmo

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 ?

ghost avatar Nov 13 '17 03:11 ghost

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

JackySONE avatar Jan 25 '18 06:01 JackySONE