PTTableViewController

public class PTTableViewController: UITableViewController

Base UITableViewController for preview transition

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

    Declaration

    Swift

    public func pushViewController(viewController: PTDetailViewController)

    Parameters

    viewController

    The view controller to push onto the stack.