FlaneurImagePicker v0.5.0 Release Notes

Release Date: 2018-01-18 // over 6 years ago
    • โœ‚ Removed the notion of maximum number of selected images, that's been replaced
      with a new delegation process that allows more flexibility for the caller:
      dynamically decide if she wants to keep adding to the selection, replacing
      the last item of the selection or doing nothing.
    • ๐Ÿ›  Fixed a crash met randomly at development time that made UI calls from the
      background thread.
    • Made some code simpler (including the selectedImages' didSet observer).
    • When tapping an image that has already been selected, we scroll back to it to
      ๐Ÿ‘‰ make it obvious why the selection doesn't change.
    • โž• Add logo for iPhone Example app.