Classes

The following classes are available globally.

  • An object used to set all the configurations relative to the FlaneurImagePicker

    See more

    Declaration

    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 more

    Declaration

    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 UIImageView was necessary.

    See more

    Declaration

    Swift

    final public class FlaneurImageView: UIImageView