Classes

The following classes are available globally.

  • A utility view controller class that lets you easily setup APPagedScrollView for an entire view controller, providing automatic layout and page control support.

    See more

    Declaration

    Swift

    public class APPagedScrollViewController: UIViewController, APPagedScrollViewDelegate, APPagedScrollViewDataSource
  • The main paged scroll view class, which allows for an automatic layout of the content provided by the data source and delegates.

    See more

    Declaration

    Swift

    public class APPagedScrollView: UIScrollView, UIScrollViewDelegate