tableCellDelegate
@objc
protocol tableCellDelegate : AnyObject
Table cell delegate for button actions
-
Calls didPressButton in each ViewController with a table
Declaration
Swift
func didPressButton(_ tag: Int) -
Optional function for use in ViewControllerHealth, to set graph day to view from table.
Declaration
Swift
@objc optional func didPressViewDayButton(_ tag: Int)
View on GitHub
tableCellDelegate Protocol Reference