Class
CloudSource
@objc(FSCloudSource) public class CloudSource: NSObject, CellDescriptibleSource
Represents a type of cloud source to be used in the picker.
Relationships
Conforms To
NSObject
Initializers
init(description:image:provider:)
@objc public init(description: String, image: UIImage, provider: CloudProvider)
Initializer for a CloudSource.
Parameters
| Name | Type | Description |
|---|---|---|
| description | String |
A |
| image | UIImage |
An |
| provider | CloudProvider |
A |