TinyConsole icon indicating copy to clipboard operation
TinyConsole copied to clipboard

📱💬🚦 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.

Results 7 TinyConsole issues
Sort by recently updated
recently updated
newest added

Hey, just wanted to say TinyConsole is a great project! If you're using Cocoapods and TinyConsole with the Xcode's new build system, there's a configuration problem with how the podspec...

- #import in objective c file - self.window.rootViewController = [TinyConsole createViewControllerWithRootViewController:rootViewController withDefaultGestureConfiguration:YES];

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

can't work either device or simulator, ios 10.0.3 or 11.0.0 doesn't work normal,can't show the console window

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:...

Hello! View controller-based status bar appearance does not work if I use TinyConsoleController. I think that TinyConsoleController should take view controller-based values from rootViewController

V0.4.7 The declaration of TinyString in cpp doesn't match the header. TinyString.cpp line 75 Current: TinyString& TinyString::operator+=(int i) TinyString.h, line 59 Declaration in header is this: TinyString& operator +=(int32_t); New...