Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - addItem:atPosition: |
Add item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values.. More... | |
(__kindof UIStackView *) | - getToolbarContentView |
Get the the toolbar content view. More... | |
(instancetype) | - NS_UNAVAILABLE |
(void) | - removeItem:atPosition: |
Removes item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values.. More... | |
(void) | - removeItemAtPosition:index: |
Removes the index item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values.. More... | |
(void) | - setBackgroundColor: |
Set the background color. More... | |
Class Methods | |
(instancetype) | + NS_UNAVAILABLE |
Disable the default initialization. More... | |
Properties | |
CGFloat | contentHeight |
Set content bar height. More... | |
NSArray< FSMainToolbarItem * > * | itemsForPositionCenter |
Get/Set the items displayed on the toolbar center. More... | |
NSArray< FSMainToolbarItem * > * | itemsForPositionLeft |
Get/Set the items displayed on the toolbar left. More... | |
NSArray< FSMainToolbarItem * > * | itemsForPositionRight |
Get/Set the items displayed on the toolbar right. More... | |
- (void) addItem: | (FSMainToolbarItem *) | item | |
atPosition: | (FSMainToolbarItemPosition) | position | |
Add item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values..
- (__kindof UIStackView *) getToolbarContentView |
Get the the toolbar content view.
- (instancetype) NS_UNAVAILABLE |
+ (instancetype) NS_UNAVAILABLE |
Disable the default initialization.
- (void) removeItem: | (FSMainToolbarItem *) | item | |
atPosition: | (FSMainToolbarItemPosition) | position | |
Removes item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values..
- (void) removeItemAtPosition: | (FSMainToolbarItemPosition) | position | |
index: | (NSUInteger) | index | |
Removes the index item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values..
- (void) setBackgroundColor: | (UIColor *) | color |
Set the background color.
|
readwritenonatomicassign |
Set content bar height.
|
readwritenonatomiccopy |
Get/Set the items displayed on the toolbar center.
|
readwritenonatomiccopy |
Get/Set the items displayed on the toolbar left.
|
readwritenonatomiccopy |
Get/Set the items displayed on the toolbar right.