CatalogDetailTableViewController
class CatalogDetailTableViewController : UITableViewController
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var titleTextDetail: UINavigationItem!
-
Undocumented
Declaration
Swift
var segueData: Int
-
Undocumented
Declaration
Swift
var catalogs: [String]
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
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
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)