开发者

objective-c-runtime

0
  • who released my object on the handler file?

    I\'m a newbie on the iphone development world.. I started a new project, I used it to test what I learned about objective c, it basically sends and recives data from my local server, then, I store so[详细]

    2023-01-09 07:43 分类:问答
  • object_setClass to bigger class

    I am changing the class of some objects using object_setClass(id object, Class cls). I am changing the class to a subclass of the original class. Then I set s开发者_如何学JAVAome properties that are o[详细]

    2023-01-09 06:46 分类:问答
  • What exactly is super in Objective-C?

    As far as I know, it\'s a pointer to the superclass. It\'s hard-wired with the superclass, and not dynamically figured out at runtime. Would like to know it more in de开发者_开发百科tail...[详细]

    2023-01-04 14:19 分类:问答
  • GNU Objective-C runtime trickery

    Can I, in the GNU Objective-C runtime, attach semi开发者_Go百科-arbitrary pieces of data to instance variables?[详细]

    2023-01-03 22:09 分类:问答
  • Interpret Objective C scripts at runtime on iPhone?

    Is there anyway to load an objective c script at runtime, and run it against the classes/methods/objects/functions in the current iPhone app?[详细]

    2022-12-28 14:26 分类:问答
  • How to extend iWork's Number'09 formulas?

    I have specific formulas that I\'d like to write (in Objective-C perhaps) and integrate with Numbers\'09 of Apple\'s iWork sui开发者_开发问答te in iPad and wonder if there is such a way to do so?For N[详细]

    2022-12-25 19:57 分类:问答
  • Forwarding Class Messages

    I know that I can forward message开发者_JAVA百科s to instances of a class using -forwardInvocation:. Can I do the same for messages sent to a class object (as in +forwardInvocation:)?Looks like I can.[详细]

    2022-12-24 12:31 分类:问答
  • Building Dynamic Classes in Objective C

    I\'m a somewhat competent ruby programmer. Yesterday I decided to finally try my hand with Apple\'s Cocoa frameworks. Help me see things the ObjC way?[详细]

    2022-12-22 19:26 分类:问答
  • iSimulate Automatic Hooks

    I was wondering if anyone knew how iSimulate automatically registers/hooks itself into a debugged iDevice application? It\'s as simple as including the static library (and a couple 开发者_如何学JAVAof[详细]

    2022-12-22 05:05 分类:问答
  • Does +(void)initialize do any thread locking?

    Looking at the definition for \"initialize\": + (void)initialize Discussion The runtime sends initialize to each class in a program exactly one time just before the class, or any class that inheri[详细]

    2022-12-21 03:44 分类:问答