So in my app I have a bunch of data that I\'d like to write to a log file, and then display it within a UITextView
when I click a button. I know how to toggle the
I thought was a class out there to do this automatically as after no luck created my own.
NSLogger is a lightweight class for iOS versions 3.0 and above. It allows developers to easily log different 'events' over time which are locally stored as a .txt file.
https://github.com/northernspark/NSLogger