FlaneurFormImagePickerElementCollectionViewCellDelegate
public protocol FlaneurFormImagePickerElementCollectionViewCellDelegate: FlaneurImagePickerControllerDelegate
The delegate of a FlaneurFormImagePickerElementCollectionViewCell
object must adopt the
FlaneurFormImagePickerElementCollectionViewCellDelegate
protocol.
-
The image to use on the button presenting the image picker.
Declaration
Swift
func buttonImage() -> UIImage
-
numberOfImages()
Default implementationThe maximum number of images the user can pick.
Default Implementation
Declaration
Swift
func numberOfImages() -> Int
-
initialSelection()
Default implementationThe initial image selection.
Default Implementation
Declaration
Swift
func initialSelection() -> [FlaneurImageDescriptor]
-
sourceProviders()
Default implementationThe available image providers for the image picker.
Default Implementation
Declaration
Swift
func sourceProviders() -> [FlaneurImageProvider]
-
localizedAttributedStringForTitle()
Default implementationThe localized title of the picker view controller.
Default Implementation
Declaration
Swift
func localizedAttributedStringForTitle() -> NSAttributedString
-
localizedStringForCancelAction()
Default implementationThe localized string for the cancel action of the picker view controller.
Default Implementation
Declaration
Swift
func localizedStringForCancelAction() -> String
-
localizedStringForDoneAction()
Default implementationThe localized string for the done action of the picker view controller.
Default Implementation
Declaration
Swift
func localizedStringForDoneAction() -> String