Foxit PDF SDK
9.1
|
Instance Methods | |
(instancetype) | - initWithCustomView: |
Initialization method. More... | |
(instancetype) | - NS_UNAVAILABLE |
Class Methods | |
(instancetype) | + NS_UNAVAILABLE |
Disable the default initialization. More... | |
Properties | |
UIView * | customView |
Gets a custom view. More... | |
FSMainToolbarItemType | itemType |
Get the existing-supplied item. Please refer to FSMainToolbarItemTypeXXX values and it would be one of these values.. More... | |
CGFloat | spacing |
Get/Set the add spacing to the toolbar. More... | |
CGFloat | width |
Get/Set the add width to the toolbar. More... | |
- (instancetype) initWithCustomView: | (UIView *) | customView |
Initialization method.
[in] | customView | The custom view . |
+ (instancetype) NS_UNAVAILABLE |
Disable the default initialization.
- (instancetype) NS_UNAVAILABLE |
|
readnonatomicstrong |
Gets a custom view.
|
readnonatomicassign |
Get the existing-supplied item. Please refer to FSMainToolbarItemTypeXXX values and it would be one of these values..
|
readwritenonatomicassign |
Get/Set the add spacing to the toolbar.
|
readwritenonatomicassign |
Get/Set the add width to the toolbar.