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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 8 years ago.
回答1:
Apple's UICatalog sample project may be what you're after.
This sample is a catalog exhibiting many views and controls in the UIKit framework, along with their various properties and styles.