Entries in Core Data (1)

Sunday
Feb072010

UITableView and Core Data

In this article I will present a sample application that uses UITableView and core data to display data stored in a SQLite database. This application will log and display in a UITableView, blood pressure samples created by the user. It will store the date and time, the systolic and diastolic values and the pulses per minutes. The following images show the data collection and the main tableView screens.

Click to read more ...