ViewControllerTableViewCell

class ViewControllerTableViewCell : UITableViewCell

View Controller For Table Cells: Links outlets to be set in other ViewControllers and Button Actions to call delegate functions

  • 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 view button action

    Declaration

    Swift

    @IBAction
    func didPressViewDay(_ sender: Any)