DMSubmissionStateViewController
final class DMSubmissionStateViewController : UITableViewController
This controller allows you to check if a previous submission of keys successfully ended up in the backend.
-
Undocumented
Declaration
Swift
init( client: Client, delegate: DMSubmissionStateViewControllerDelegate )
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
@objc func performCheck()
-
Undocumented
Declaration
Swift
override func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String?
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell