LinksTableViewController
class LinksTableViewController : UITableViewController
A table view with links to additional online sources.
Important
This is not complete - a skeletonUITableView
is provided for now.
-
Undocumented
Declaration
Swift
var plant: Plant!
-
Undocumented
Declaration
Swift
var plantsManager: PlantsManager!
-
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, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool