Classes
The following classes are available globally.
-
An object used to set all the configurations relative to the FlaneurImagePicker
See moreDeclaration
Swift
public class FlaneurImagePickerConfig
-
An Image Picker that allows users to pick images from different sources (ex: user’s library, user’s camera, instagram …)
See moreDeclaration
Swift
final public class FlaneurImagePickerController: UIViewController
-
A utility wrapping
UIImageView
so that we can set images from descriptors and cancel asynchronous operations when relevant and necessary.Since an extension wouldn’t allow to store information, subclassing
See moreUIImageView
was necessary.Declaration
Swift
final public class FlaneurImageView: UIImageView