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

Allow some more programmatically changes #24

Closed janniklorenz closed 7 years ago

janniklorenz commented 7 years ago

For some cases it might me better to set the visibility of the console programmatically. So I changed consoleWindowMode to public.

Also added another init for TinyConsoleController which uses a custom expandedHeight.

mRs- commented 7 years ago

hey @janniklorenz if you are going to clean this up we can merge this :)

janniklorenz commented 7 years ago

Since this is an example, I included these lines to demonstrate the usage. But if you want, I will remove it.

mRs- commented 7 years ago

A good documentation would be better then to clutter the example, or split in in the example in a new section.

mRs- commented 7 years ago

I like it :)