PSPDFBaseTableViewController

Objective-C


@interface PSPDFBaseTableViewController : UITableViewController

Swift

class BaseTableViewController : UITableViewController

Abstract class for a controller that manages a table view. Adds support for hardware keyboard navigation, and automatically sizing popovers to fit the table view contents.

  • Undocumented

    Declaration

    Objective-C

    - (void)viewWillAppear:(BOOL)animated NS_REQUIRES_SUPER;

    Swift

    func viewWillAppear(_ animated: Bool)
  • Undocumented

    Declaration

    Objective-C

    - (void)viewDidAppear:(BOOL)animated NS_REQUIRES_SUPER;

    Swift

    func viewDidAppear(_ animated: Bool)
  • Undocumented

    Declaration

    Objective-C

    - (void)viewWillDisappear:(BOOL)animated NS_REQUIRES_SUPER;

    Swift

    func viewWillDisappear(_ animated: Bool)
  • Undocumented

    Declaration

    Objective-C

    - (void)viewDidLayoutSubviews NS_REQUIRES_SUPER;

    Swift

    func viewDidLayoutSubviews()