I’m learning iOS development and would really like to look at an example application that shows most of the default elements in iOS and their implementations. A year or so ago, I worked with a javascript framework (Titanium) that had an example like this but I’m wondering if one exists that is written as a native app in Objective-C.
I’m learning iOS development and would really like to look at an example application
Share
Apple’s UICatalog sample project may be what you’re after.