
Previously I mentioned a nice tutorial on creating custom layouts with UICollectionView. Some issues can occur when trying to use a UIViewController within a UICollectionViewCell.
Here’s an open source component submitted by Sash Zats that provides a custom UIViewController that can be used in place of standard UICollectionView cells called Voltron.
Voltron solves many of the issues that come up when trying to use a UIViewController within a UICollectionViewCell taking care of resizing issues and preserving the lifecycle of a standard view controller.
You can find Voltron on Github here.
Thanks to Sash for the submission.
- Top iOS Development Resources For Two Weeks Ended August 11th, 2013
- Open Source Component Providing A UICollectionView Layout With Drag And Drop Re-ordering
- UI Control Providing An Infinite Scrolling iPhone Calendar Control Using UICollectionView
- UICollectionView Based Component For Automatically Creating Balanced Photo Galleries
- Open Source iOS Infinite Scrolling UICollectionView Based Calendar Component With Clean Styling
Original article: Open Source Component Providing A UIViewController As A UICollectionView Cell
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.