Int property in class definition
- by Daniel I-S
I have the following class structure for custom UITableViewCells:
NumericEntryCell
- Contains method for controlling max value that can be entered into a textbox.
SliderCell
- inherits from NEC and contains methods for handling slider-control of textbox value
TextOnlyCell
- just contains a textbox
CellA
- inherits from SliderCell…