ios4的UIDatePicker源码在哪里可以找到
Where can I find the source code of specific widget inside ios4?
对于 exmaple,UIDatePicker 的代码,段控制...
先感谢您的帮助。
BR,
卡米诺
Where can I find the source code of specific widget inside ios4?
for exmaple , the code of UIDatePicker ,segment control ...
Thanks advance for your help.
BR,
camino
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
UIKit 不是开源的;源代码不可用。
UIKit is not open source; the source code is not available.
正如 Jim 所说,UIKit 元素的源代码不可用,因为它不是开源的。
但是,如果您正在搜索显示如何使用它们的源代码,您可以在 开发者网站。
UICatalog源代码就是您要找的。
它展示了如何使用最常见的 UIKit 元素,如按钮、选择器、警报和其他......
As Jim said, the source code ad an UIKit element is not available because it isn't open source.
But if you are searching for source code that show how to use them, you can search on the Developer Site.
UICatalog source code is what are you looking for.
It shows how to use the most common UIKit's element, like buttons, pickers, alerts and other...