Displaying history - potential ways to do it
Displaying history - potential ways to do it
- Subject: Displaying history - potential ways to do it
- From: The Rhythmic <email@hidden>
- Date: Sat, 21 Apr 2012 16:09:54 +0530
Hi, Am a newbie to iOS development. I want to display the DB history i.e.
the changes the users make to a specific critical table in the DB, from
bottom-up, i.e. the first update appears bottom-most ...something like
...
...
Apr 10th - Changed 'status' field from 'boolean' to 'char'
Apr 5th - Granted Joe access to the table
Apr 2nd - Added a column to the table
And I would like to display it in a fancy way...something like the timeline
in Path app if I should say a recent example.
One possible way I see to do this is to use UITableViewCell. Is there any
other way to do this? Which is recommended/apt?
Thanks
Priya
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden