首页 > 代码库 > iOS开发相关资源

iOS开发相关资源

Guide

  • iOS Developer Library

教程

  • Ray Wenderlich
  • Touch Code Magazine
  • techotopia
  • code.tutsplus
  • iosdevelopertips
  • ioscreator
  • iosdevtips.co
  • appcoda
  • 27 places to learn iOS development. Best ones
  • swiftiostutorials
  • nscookbook
  • Furnace iOS程式设计中文学习站点
  • zappdesigntemplates
  • INVASIVECODE

博客

  • nshipster
  • objc中国
  • OneV’s Den
  • Coding With Objective-C
  • 唐巧的技术博客
  • IT-Joy
  • 王中周的技术博客
  • 破船之家
  • 中文 iOS/Mac 开发博客列表
  • sunnyxx
  • shinobicontrols
  • 刘坤的技术博客
  • iOS wiki
  • Dev Talking
  • iOS梦工厂
  • Kitten’s 时间胶囊
  • 飞行日志
  • 伽蓝之堂——一仅仅魔法师的工坊
  • coderyi
  • 今日头条技术博客

Swift

  • swift.gg

代码下载

  • cocoacontrols

开源项目

參考知乎:GitHub 上有哪些完整的 iOS-App 源代码值得參考?、 GitHub 上都有哪些值得关注学习的 iOS 开源项目?

  • http://github.ibireme.com/github/list/ios/
  • github优秀开源项目大全-iOS已做非常好的总结
  • Awesome iOS
  • Awesome-Apple
  • Awesome Swift
  • V2EX for iOS
  • awesome-ios-ui
  • 27 iOS open source libraries to skyrocket your development

另參考知乎:学习 iOS 有哪些值得长期关注的站点?

完整开源client

  • Coding iOS client
  • phphub-ios

电子书

  • 51CTO_iOS
  • ios核心动画高级技巧

文件夹结构

  • 开发较复杂的 iOS 应用时。在建立清晰易懂的项目文件夹结构这方面,你有什么好的经验或心得?
  • 我的iOSproject结构
  • iOS项目的文件夹结构和开发流程
  • iOS应用架构谈
  • iOS 项目的文件夹结构能看出你的开发经验
<script type="text/javascript"> $(function () { $(‘pre.prettyprint code‘).each(function () { var lines = $(this).text().split(‘\n‘).length; var $numbering = $(‘
    ‘).addClass(‘pre-numbering‘).hide(); $(this).addClass(‘has-numbering‘).parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($(‘
  • ‘).text(i)); }; $numbering.fadeIn(1700); }); }); </script>

iOS开发相关资源