Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Injection for Xcode — Gideros Forum

Injection for Xcode

MellsMells Guru
edited November 2012 in Relax cafe
Hi,

some people here might find it interesting.

Code Injection for Xcode (Plugin Version)



Description :
Using Injection it is possible to make a change to the implementation of an Objective-C® class and have it take effect as soon as the class is saved without having to restart the application. This feature works for OS X and iOS applications in the simulator and on iOS devices.
Injection works by converting your classes into categories using a small set of preprocessor macros. This category can then be loaded at run time using a bundle. As Objective-C "binds" at runtime it will always chose the new implementation of the class over that which the application was last built with.

Source

Likes: OZApps

twitter@TheWindApps Artful applications : The Wind Forest. #art #japan #apps
+1 -1 (+1 / -0 )Share on Facebook

Comments

Sign In or Register to comment.