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

Use static functions instead of Shared instance #4

Closed ohitsdaniel closed 7 years ago

ohitsdaniel commented 7 years ago

I think the usage of static functions instead of a shared instance would look a lot nicer in code.

Instead of writing

TinyConsole.shared.print(text : "")

you could just write

TinyConsole.print("").

Cosmo commented 7 years ago

Thanks, this is soooo much better! 🚀

Cheers! 🍻