Back to Expanding Collection

ExpandingViewController

docs/docsets/DemoExpandingCollection.docset/Contents/Resources/Documents/Classes/ExpandingViewController.html

3.1.01.3 KB
Original Source

ExpandingViewController

public class ExpandingViewController: UIViewController

UIViewController with UICollectionView with custom transition method

`

                itemSize
                `

The default size to use for cells.

Declaration

Swift

public var itemSize = CGSize(width: 256, height: 335)

`

                collectionView
                `

The collection view object managed by this view controller.

Declaration

Swift

public var collectionView: UICollectionView?

`

                currentIndex
                `

Index of current cell

Declaration

Swift

public var currentIndex: Int

`

                pushToViewController(_:)
                `

Pushes a view controller onto the receiver’s stack and updates the display with custom animation.

Declaration

Swift

func pushToViewController(viewController: ExpandingTableViewController)

Parameters

| 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.