CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Camille Kander, David Whetstone, Seb C. Thiebaud.
Titanium is a library that provides a way to view full screen images from thumbnail previews.
The main class of Titanium is ESImageViewController. It uses a custom modal transition to present and dismiss itslef, as well as gesture recognizers to provide zooming capabilities.
Using Titanium to display an image is easy. Just follow these steps:
ESImageViewController.image property.tappedThumbnail property. This will be used to animate from the thumbnail into the full-screen imageView.For an example of how to use ESImageViewController with a storyboard segue, take a look at -[ESImageViewController prepareForSegue:sender:].