Тег ‘C’:

Add methods to obejct at runtime in Objective-C

Please, read this post for more understanding… Function for add method to object is class_addMethod Adds a new method to a class with a given name and implementation. 1BOOL class_addMethod(Class cls, SEL name, IMP imp, const char *types) Parameters cls     The class to which to add a method. name     A selector that specifies the name [...]

Теги: , , , , , ,

Комментарии отсутствуют

iPhone 3D Samples from “iPhone 3D Programming” book

iPhone 3D Samples from “iPhone 3D Programming Developing Graphical Applications with OpenGL ES” book. Thanks Frank and Doris Rideout and O’REILLY 31 iPhone 3D Samples OpenGL ES 1.1 and 2.0 All links direct to http://examples.oreilly.com/ All Samples HelloArrow

Теги: , , , , , , ,

Комментарий (1)