DMKeysViewController
final class DMKeysViewController : UITableViewController
The root view controller of the developer menu.
-
Undocumented
Declaration
Swift
init( client: Client, store: Store, exposureManager: ExposureManager )
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
override func tableView(_: UITableView, didSelectRowAt _: IndexPath)