I’m slowly working through the iPhone Application Programming Guide and although it’s been great I was wondering if anybody has seen any resources that match class names/widgets with a visualisation/diagram.
For example when I’m reading about Containers and UITableView’s it’d be very helpful if I could see what the widget actually looked like. Thanks.
Once you get started with development, the UICatalog example project can also be very helpful. It shows each type of UI element (buttons, sliders, images, etc…) and you can look at the source to get a feeling for how it is used.