Comment on How to telnet into an iOS app and get an interactive console.Comments−JohnnyUtah16yI don't see how this would work. How can you dynamically create a UIViewController and add to the app after it has been compiled?−loumf16yObjective-C is pretty dynamic and has support for querying and altering classes at runtime. http://developer.apple.com/mac/library/documentation/Cocoa/R...
Comments
I don't see how this would work. How can you dynamically create a UIViewController and add to the app after it has been compiled?
Objective-C is pretty dynamic and has support for querying and altering classes at runtime. http://developer.apple.com/mac/library/documentation/Cocoa/R...