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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to