FlaneurFormImagePickerElementCollectionViewCell
final public class FlaneurFormImagePickerElementCollectionViewCell: FlaneurFormElementCollectionViewCell
Undocumented
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override public func configureWith(formElement: FlaneurFormElement)
-
Undocumented
Declaration
Swift
override public func becomeFirstResponder() -> Bool
-
Declaration
Swift
public func flaneurImagePickerController(_ picker: FlaneurImagePickerController, didFinishPickingImages images: [FlaneurImageDescriptor], userInfo: Any?)
-
Declaration
Swift
public func flaneurImagePickerControllerDidCancel(_ picker: FlaneurImagePickerController)
-
Declaration
Swift
public func flaneurImagePickerControllerDidFail(_ error: FlaneurImagePickerError)
-
Declaration
Swift
public func flaneurImagePickerController(_ picker: FlaneurImagePickerController, withCurrentSelectionOfSize count: Int, actionForNewImageSelection newImage: FlaneurImageDescriptor) -> FlaneurImagePickerControllerAction
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize