Blog Archives

My favorite hack with the Objective-C Runtime

The Objective-C runtime allows you to look under the hood of your code and play with it while it is being executed. You can see the properties and methods of a class, it’s super class, and the methods and properties from a

Tagged with: , , , , , , , , , , ,
Posted in hack, ios, magic, objc, objective-c, runtime