iOS 的代码片段?
xcode4 提供了用于收集代码片段的出色工具。作为 iOS 开发人员,我正在寻找更多好的代码片段。
因此,请将此问题放在这里,以获取有关 iOS 优秀代码片段的更多线索。
感谢您的评论或线索。
xcode4 provide the awesome tool for collecting code snippets. As iOS developer, I am seeking more good code snippets.
So put this question here for more clues for good codes snippets for iOS.
Thanks for your comments or clues.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我添加了包含许多委托协议的委托方法的代码片段,例如
UIScrollViewDelegate
或UIWebVIewDelegate
。我还在其中放置了一些演示代码,以提醒我如何使用某些东西,例如MFMailComposeViewController
。当我有时间时,我会将它们放在我的网站上,以便其他人可以使用它们 idz' 代码片段I add code snippets that contain delegate methods for many of the delegate protocols, for example
UIScrollViewDelegate
orUIWebVIewDelegate
. I also put little bits of demo code in there to remind me how to use certain things like, say,MFMailComposeViewController
. When I have the time I put them on my website so that others can use them idz' Code Snippets