docs/Classes/ExpandingViewController.html
public class ExpandingViewController: UIViewController
UIViewController with UICollectionView with custom transition method
`
itemSize
`
The default size to use for cells.
Swift
public var itemSize = CGSize(width: 256, height: 335)
`
collectionView
`
The collection view object managed by this view controller.
Swift
public var collectionView: UICollectionView?
`
currentIndex
`
Index of current cell
Swift
public var currentIndex: Int
`
pushToViewController(_:)
`
Pushes a view controller onto the receiver’s stack and updates the display with custom animation.
Swift
func pushToViewController(viewController: ExpandingTableViewController)
| viewController |
The table view controller to push onto the stack.
|
© 2016 AlexKalinkin. All rights reserved. (Last updated: 2016-06-10)
Generated by jazzy ♪♫ v0.5.0, a Realm project.