7Aug/122
Junkbyte Console port to Objective C
I've been working on iOS recently and missed using console style logging.
So I 'ported' flash console to objective C.
Originally planned to use UIWebView as temporary implementation while I figure out how to do high performing multi-coloured texts.
But turns out HTML version is already very fast, so I may keep using HTML view for text rendering.
Native objective c code currently sends javascript message to UIWebView to log the strings.
https://github.com/junkbyte/JBConsole
Test html: http://console.junkbyte.com/ios/
It is still under very early stage of development.
March 17th, 2015 - 18:59
Please please move the flash console to GitHub, due to the fact that google code will shutdown soon.
March 21st, 2015 - 16:33
It is moved to https://github.com/junkbyte/flash-console. Still need to update the docs to have the right formatting.