ViewControllerTableViewCell
class ViewControllerTableViewCell : UITableViewCell
View Controller For Table Cells: Links outlets to be set in other ViewControllers and Button Actions to call delegate functions
-
Cell delegate property. Optional and weak to prevent retain cycles
Declaration
Swift
weak var cellDelegate: tableCellDelegate?
-
Food log favourites button action
Declaration
Swift
@IBAction func buttonPressed(_ sender: UIButton) -
Exercsie log favourites button action
Declaration
Swift
@IBAction func buttonPressedExercise(_ sender: UIButton) -
Health log favourites button action
Declaration
Swift
@IBAction func buttonPressedHealth(_ sender: UIButton) -
Health log
viewbutton actionDeclaration
Swift
@IBAction func didPressViewDay(_ sender: Any)
View on GitHub
ViewControllerTableViewCell Class Reference