| Annotation Type | Description |
|---|---|
| BindSelector | |
| Block |
Used to mark a method parameter or method return type as a block type.
|
| CustomClass |
Used to mark a class as a class which have a corresponding custom Objective-C
class.
|
| IBAction |
Used to mark a class method as an Objective-C method compliant with a Xcode
interface builder action.
|
| IBOutlet |
Used to mark a class method as an Objective-C property compliant
with a XCode interface builder outlet.
|
| IBOutletCollection |
Used to mark a class method or field as an Objective-C property compliant
with a XCode interface builder outlet collection.
|
| Method |
Used to mark a class or interface method as an Objective-C method.
|
| NativeClass | |
| NotImplemented | |
| Property |
Used to mark a class or interface method as an Objective-C property getter
or setter method.
|
| TypeEncoding |
Copyright © 2012-2015 RoboVM AB. All Rights Reserved.