DMStoreViewController

final class DMStoreViewController : UITableViewController

A view controller that displays parts of what is stored in Store.

Creating a Store view controller.

UIViewController

  • Undocumented

    Declaration

    Swift

    override func viewWillAppear(_ animated: Bool)

UITableView DataSource/Delegate

  • Undocumented

    Declaration

    Swift

    override func numberOfSections(in tableView: UITableView) -> Int
  • Undocumented

    Declaration

    Swift

    override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
  • Undocumented

    Declaration

    Swift

    override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell