Filestack Documentation

Class Picker​Navigation​Controller

@objc(FSPickerNavigationController) public class PickerNavigationController: UINavigationController  

This class represents a navigation controller containing UI elements that allow picking files from local and cloud sources.

PickerNavigationController PickerNavigationController UINavigationController UINavigationController PickerNavigationController->UINavigationController StylizerDelegate StylizerDelegate PickerNavigationController->StylizerDelegate

Conforms To

StylizerDelegate

:nodoc:

UINavigationController

Properties

behavior

public var behavior: PickerBehavior  

This setting determines what should happen after picking files (see PickerBehavior for more information.)

The default value is .uploadAndStore

stylizer

@objc public lazy var stylizer  

Stylizer used for changing default colors and fonts.

picker​Delegate

@objc public weak var pickerDelegate: PickerNavigationControllerDelegate? 

The picker delegate. Optional

Methods

update​Style()

public func updateStyle()  

:nodoc: