18pods
Open source alternative to UIActivityViewController, highly customizable and compatible with iOS 5.0.
License: MIT
Replicates functionality of SLComposeViewController introduced in iOS 6.0. You can create composers for any social network out there. REComposeViewController doesn't provide logic for sharing, only its visual part.
License: MIT
A custom curtain-style transition for UIViewControllers.
License: MIT
UITextField subclass that allows number input in a predefined format.
License: MIT
iOS 7 style blurred view controller that appears on top of your view controller.
License: MIT
REMarkerClusterer creates and manages per-zoom-level clusters for large amounts of markers.
License: MIT
A simple photo thumbnail viewer for the iOS that groups photos by date.
License: MIT
Open source alternative to UISwitch, customizable via UIAppearance protocol.
License: MIT
Audio trim control, similar to the one seen in default iPhone Voice Memos app.
License: MIT
TableViewDataManager
allows to manage the content of any UITableView
with ease, both forms and lists. TableViewDataManager
is built on top of reusable cells technique and provides APIs for mapping any object class to any custom cell subclass.
The general idea is to allow developers to use their own UITableView
and UITableViewController
instances (and even subclasses), providing a layer that synchronizes data with the cell appereance.
It fully implements UITableViewDelegate
and UITableViewDataSource
protocols so you don't have to.
License: MIT