-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Nat! edited this page Mar 30, 2017
·
23 revisions
- 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 runtime
- Creating a protocol class and inheriting methods from it
- Dealing with ... (variable arguments)
- Dealing with isa
- Dealing with va_list arguments
- Fixing problems with Protocol *
- NSDebugEnabled is missing
- Understanding +load order of classes and categories
- Warnings about -copyWithZone: missing
- Warnings about missing functions in your root class
- mulle-objc-runtime functions and their Apple runtime counterparts