Foxit PDF SDK
9.1
|
Instance Methods | |
(instancetype) | - initWithTitle:image:action: |
Intialize custom Item. More... | |
Properties | |
FSMenuItemAction | action |
UIImage * | image |
NSUInteger | index |
NSString * | title |
brief Definition for custom item.
- (instancetype) initWithTitle: | (NSString *) | title | |
image: | (UIImage *) | image | |
action: | (FSMenuItemAction) | action | |
Intialize custom Item.
[in] | title | The Item title. |
[in] | image | The custom item image |
[in] | action | The custom item action callback |
|
readwritenonatomiccopy |
brief The callback action associated with this menu item.
|
readwritenonatomicstrong |
brief The custom item image.
|
readnonatomicassign |
brief Get index of the custom Item in the group It will be NSNotFound if it is not added
|
readwritenonatomiccopy |
brief The custom title text.