Filestack Documentation

Protocol Source​Provider

public protocol SourceProvider: UIViewController  

SourceProvider defines the protocol that must be implemented by any view controllers that should be used to pick files using an user-provided implementation.

SourceProvider SourceProvider UIViewController UIViewController SourceProvider->UIViewController

Conforms To

UIViewController

Requirements

source​Provider​Delegate

var sourceProviderDelegate: SourceProviderDelegate?  

Defines the source provider delegate.

init()

init() 

Initializer for this source provider.