16pods
ImageIO is an Apple framework that provides low level access to image files and is what powers UIImage and other image related operations on iOS and macOS. However, in part because it is a C/Core Foundation framework, using it can be difficult.
ImageIO.Swift is a lightweight wrapper around the framework that makes it much easier to access the vast power that ImageIO provides, including animated GIFs, incremental loading and efficient thumbnail generation.
While there are alternatives that provide many of the same features, and many of them use very similar implimentations based on ImageIO
, this project provides a unified interface for all uses of ImageIO. So for instance you can use the same view and image processing code for animated images, progressive jpegs, and any other format that ImageIO supports.
License: MIT
An iOS interface for the Instapaper Simple API (http://www.instapaper.com/api/simple).
License: BSD
A replacement for UIImagePickerController that can select multiple photos.
License: MIT
A replacement for UIRefreshControl with a more modern look and more flexibility.
License: MIT
Shortcuts and helper methods to make iOS Auto Layout dead simple.
License: BSD
Better logging that uses ASL log levels. Based on work by Mike Weller.
License: BSD
A UIView to handle entering recipients similar to iOS Mail.
License: Unknown