We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For more high-level topics, check MulleObjC WIKI
Common problems and their solutions
Allocating and initializing objects manually
Calling a method, that's been overridden by a category
Calling an Objective C IMP with floating point parameters
Calling an Objective C IMP with floating point return value
Calling an Objective C IMP with no parameters
Calling an Objective C IMP with two (or more) parameters
Checking for mulle objc at compile time
Dealing with ... (variable arguments)
Dealing with isa
Dealing with va_list arguments
Fixing problems with Protocol *
mulle objc runtime functions and their Apple runtime counterparts
Properties and their instance variables
Understanding +load order of classes and categories