Is it possible to use TinyConsole with storyboards?
Whenever I try to set UIWindow (which wasn't set before) whenever code that comes from a storyboard outlet gets run, it crashes: Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) and the Xcode console says:
fatal error: unexpectedly found nil while unwrapping an Optional value
(lldb)
My guess is I can't use this with storyboards, but if that is possible please explain how.
Is it possible to use TinyConsole with storyboards?
Whenever I try to set
UIWindow(which wasn't set before) whenever code that comes from a storyboard outlet gets run, it crashes:Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)and the Xcode console says:My guess is I can't use this with storyboards, but if that is possible please explain how.