Quote:
|
Originally Posted by javid.alimohideen
My advice would be to take a look at the UITableViewController and forget about IB at this point. Trust me, you will save a lot of time.
I was so determined to use IB thinking it's saving lot of time but actually ended up spending more.
Take a loot at the UIShowcase, TableViewSuite examples. they all use tables intensively.
|
I understand that, but I just feel like everything is being pushed towards interface builder and while I may save time now, I'm more worried about the grand picture.
Also, it would be a lot of work to go back and redo the projects in straight coding as there are two that I'm very far along and porting it over could make me not only lose a couple days, but also that would mean I'm not moving ahead for a couple days.
Quote:
|
Originally Posted by scottiphone
Check out the custom table cell view example as a starting point.
|
Thank you. Looking through it now.
If nothing else, could anyone help with me with how to code a table and implement it into a tab bar controller I already have in IB?