top | item 6037165

(no title)

pi18n | 12 years ago

You don't even need a jailbroken phone, just a provisioning profile. Objective-C is fully dynamic, so you can override UIView/CALayer so that it sends data to a server whenever it changes and is a child view of the key UIWindow.

They don't say it explicitly, but I would be shocked if Reveal does not work the same when testing on a device.

discuss

order

DHowett|12 years ago

You would still need a way to get your code running in another process; simply replacing the implementations of methods in your own application would not cause them to change system-wide.

pi18n|12 years ago

You are right, of course. I thought the GP just wanted it for his own apps.