-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Nat! edited this page Apr 26, 2017
·
23 revisions
For more high-level topics, check MulleObjC WIKI
- 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