views:

150

answers:

1

I am wondering if anyone can help me find two resources for iPhone Development.

1) I am looking for a nice tutorial explaining how to use UITableView to input settings (UITextField, UISwitch, etc...) just like practically every single app does.

2) I am also wondering if there is a resource online that has Custom Objects for IB. I find the included control set to be very limited, and was wondering where I can go to expand my collection.

Thanks very much!!

+1  A: 

Maybe this is what you're looking for: Tutorial

Thanks
Nice! Not exactly what I was going for - I was looking for something more like the 'front' view of the skype app, although this tut will come in handy down the road. I've actually figured it out since my last communication - I was having a hard time figuring out WHICH of the UITextFields in my table were being edited, but I've utilized the 'tag' property to keep track.
Dutchie432