Foxit PDF SDK  9.1
FSMainToolbarItem Class Reference
Inheritance diagram for FSMainToolbarItem:

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...
 

Method Documentation

◆ initWithCustomView:

- (instancetype) initWithCustomView: (UIView *)  customView

Initialization method.

Parameters
[in]customViewThe custom view .
Returns
The main toolbar Item instance.

◆ NS_UNAVAILABLE [1/2]

+ (instancetype) NS_UNAVAILABLE

Disable the default initialization.

◆ NS_UNAVAILABLE [2/2]

- (instancetype) NS_UNAVAILABLE

Property Documentation

◆ customView

- (UIView*) customView
readnonatomicstrong

Gets a custom view.

◆ itemType

- (FSMainToolbarItemType) itemType
readnonatomicassign

Get the existing-supplied item. Please refer to FSMainToolbarItemTypeXXX values and it would be one of these values..

◆ spacing

- (CGFloat) spacing
readwritenonatomicassign

Get/Set the add spacing to the toolbar.

◆ width

- (CGFloat) width
readwritenonatomicassign

Get/Set the add width to the toolbar.