Ongoing project to develop a note taking app for medical professionals. Uses the DayFlow and MagicRecords frameworks installed using ‘Cocoa Pods’.
Uses a self-developed UITableView subclass that allows addition of other UI elements such as UITextFields, and UITextViews. Table view contents are listed in a plist for ease of reusability/customisation. Other UI elements include my own UIDatePicker and UIPickerView subclasses.
The DayFlow framework is used to allow multiple dates to be selected when scheduling appointments.