I want to create an Iphone App to view my gym's timetable, I am learning objective C at the moment. It is a simple app to view the timetable for now .
The Interface a UITableView with a Header (Time of the day) and static Left row that show the day of the week, the data (gym classes info) on the middle so the user can scroll right/left and up/down.
Something like: "Sky App on the Iphone" http://www.ko-muaythai.com/appview.jpg (I can't upload images yet.)
I know how to load data on my UITableView using JSON and I am following a tutorial from
http://www.raywenderlich.com/4680/how-to-make-an-interface-with-horizontal-tables-like-the-pulse-news-app-part-1 to make horizontal tables,
But I need some guidance regarding how to make Header and the Left row, I dont know where to start.