Foxit PDF SDK
9.1
|
Setting bar is actived by tapping "View" item on the bottom bar. More...
Instance Methods | |
(NSMutableDictionary *) | - getItemHiddenStatus |
Deprecated, use isItemHidden instead. Get setting bar items show/hide status. More... | |
(BOOL) | - isItemHidden: |
Check if item is visible or not. More... | |
(void) | - setItem:hidden: |
Hide or show item in setting bar. More... | |
(void) | - updateBtnLayout |
Update layout of items in setting bar. More... | |
![]() | |
(void) | - applicationDidBecomeActive: |
triggered when application did become active. More... | |
(void) | - applicationDidEnterBackground: |
triggered when application did enter the background. More... | |
(void) | - applicationWillEnterForeground: |
triggered when application did enter the foreground. More... | |
(void) | - applicationWillResignActive: |
triggered when application will resign active. More... | |
Properties | |
UIView * | contentView |
Content view for setting bar. More... | |
void(^ | continueItemStateCallback )(BOOL isOn) |
callback for continue item state. More... | |
id< FSSettingBarDelegate > | delegate |
Get/Set delegate for setting bar. More... | |
void(^ | pageRTLItemStateCallback )(BOOL isOn) |
callback for pageRTL item state. More... | |
Setting bar is actived by tapping "View" item on the bottom bar.
- (NSMutableDictionary *) getItemHiddenStatus |
Deprecated, use isItemHidden instead. Get setting bar items show/hide status.
- (BOOL) isItemHidden: | (SettingItemType) | type |
Check if item is visible or not.
- (void) setItem: | (SettingItemType) | itemType | |
hidden: | (BOOL) | hidden | |
Hide or show item in setting bar.
[in] | itemType | Item type. Please refer to SettingItemType::XXX values and this should be one of these values. |
- (void) updateBtnLayout |
Update layout of items in setting bar.
|
readwritenonatomicstrong |
Content view for setting bar.
|
readwritenonatomiccopy |
callback for continue item state.
|
readwritenonatomicweak |
Get/Set delegate for setting bar.
|
readwritenonatomiccopy |
callback for pageRTL item state.