ExpandingTableViewController

public class ExpandingTableViewController: UITableViewController

Base class for UITableViewcontroller which have back transition method

  • The height of the table view header

    Declaration

    Swift

    public var headerHeight: CGFloat = 236
  • Pops the top view controller from the navigation stack and updates the display with custom animation.

    Declaration

    Swift

    public func popTransitionAnimation()