Source
转载自:http://blog.csdn.net/u014084081/article/details/44617707
Guide
教程
- 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
代码下载
开源项目
参考知乎: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 有哪些值得长期关注的网站?
完整开源客户端
电子书
目录结构
- 开发较复杂的 iOS 应用时,在建立清晰易懂的项目目录结构这方面,你有什么好的经验或心得?
- 我的iOS工程结构
- iOS项目的目录结构和开发流程
- iOS应用架构谈
- iOS 项目的目录结构能看出你的开发经验
Source的更多相关文章
- AutoMapper:Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type
异常处理汇总-后端系列 http://www.cnblogs.com/dunitian/p/4523006.html 应用场景:ViewModel==>Mode映射的时候出错 AutoMappe ...
- mysql-5.6.34 Installation from Source code
Took me a while to suffer from the first successful souce code installation of mysql-5.6.34. Just pu ...
- source /etc/profile报错-bash: id:command is not found
由于误操作导致 source /etc/profile 报错 -bash: id:command is not found 此时,linux下很多命令到不能能用,包括vi ls 等... 可以使用 e ...
- eclipse调试(debug)的时候,出现Source not found,Edit Source Lookup Path,一闪而过
问题描述 使用Eclipse调试代码的时候,打了断点,经常出现Source not found,网上找了半天,大部分提示点击Edit Source Lookup Path,添加被调试的工程,然而往往没 ...
- Oracle使用java source调用外部程序
需求 Oracle调用第三方外部程序.Oracle使用sqluldr2快速导出大批量数据,然后用winrar压缩后发送邮件. 本文档主要实现前两步需求,发送邮件程序这里不再说明. 原码 授权 begi ...
- Perforce 与Source Insight, Visual Studio集成
转自:http://shashanzhao.com/archives/837.html 1.Perforce 首先需要为perforce设置系统环境变量,以便perforce命令行可以正常使用. 环境 ...
- Linux下Source Insight的安装和汉化
原创文章,转载请注明出处. 工欲善其事,必先利其器.Source Insight绝对是阅读C和C++代码的利器,另外,Source Insight的体量很小,安装便捷,显示直观,比vim+cscope ...
- pip apt source images
~/.pip/pip.conf [global] index-url = https://pypi.douban.com/simple download_cache = ~/.cache/pip [i ...
- WPF 中的image控件的Source如何赋值
Image image=new Image();image.Source = new BitmapImage(new Uri(@"daw\adw.jpg",UriKind.Rela ...
- A Complete List of .NET Open Source Developer Projects
http://scottge.net/2015/07/08/a-complete-list-of-net-open-source-developer-projects/?utm_source=tuic ...
随机推荐
- HDU 5366 The mook jong
先暴力写了一个DFS,然后找规律.. #include<cstdio> #include<cstring> #include<cmath> #include< ...
- Windows 8/7下还原系统默认扩展名打开方式类型
在百度知道上如果你搜“改回选错的打开方式”,看到的大多数都是XP系统的方法,不管是批处理还是别的方法,但适用于Windows 8/7的只有修改注册表的方法. 因为Windows 7你也就根本找不到[工 ...
- Codeforces Round #364 (Div. 2) D. As Fast As Possible
D. As Fast As Possible time limit per test 1 second memory limit per test 256 megabytes input stand ...
- beego: 获取request参数
beego提供了一套web开发的框架.但我们在开发过程中遇到了一些问题,现汇总如下. 测试1:测试只有keys数组的情况 func (this *TestController) Index() { k ...
- iOS 协同开发出fatal error: file 'XX-Prefix.pch' has been modified since the precompiled header was built
http://blog.sina.com.cn/s/blog_6f8ed1b90101ake6.html 解决方法 1)http://stackoverflow.com/questions/14793 ...
- 好用的API文档--在线版
安卓在线api http://www.android-doc.com/reference/packages.html
- Winsock SPI-Socks5-SSL
- anyremote源码分析
XTest 鼠标移动事件. XTestFakeMotionEvent 关于XTest的编程. http://lilydjwg.is-programmer.com/2011/9/21/using-x ...
- sql语句按月份统计查询
select year(createdate) 年,month(createdate) 月,count(1) from public_cms_arcwhere (userid in (select i ...
- Android 项目开发
可以使用mapview.getMapCenter()获取当前可视范围中心点的坐标,然后计算出数据库中的点与中心点的距离值,如果该距离在触发显示的范围内(比如100米),就显示该点到地图上.百度地图的S ...