您的位置:首页 > 移动开发 > IOS开发

iOS开发的经典博客和文章汇总

2016-03-28 17:35 441 查看
官方文档

马上着手开发 iOS 应用程序(官方) https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOSCh/DesignPatterns.html#//apple_ref/doc/uid/TP40012668-CH5-SW1

苹果官方demo https://developer.apple.com/library/ios/recipes/xcode_help-IB_auto_layout/chapters/UnderstandingAutolayout.html#//apple_ref/doc/uid/TP40014226-CH22-SW1

OC

objc系列译文(5.6):iOS7 的隐藏特性和解决之道 重要!!! http://blog.jobbole.com/51761/



plist

iOS学习之 plist文件的读写 /article/1390546.html

各种模式

IOS设计模式之四:观察者模式 /article/5575932.html

#define

iOS深入学习:华丽的#define /article/3456361.html

多线程

iOS多线程编程之NSThread的使用 /article/1389856.html

全面掌握iOS多线程攻略 非常重要!!! http://mobile.51cto.com/iphone-403490.htm

入门教程

百度iOS入门教程 http://wenku.baidu.com/course/view/1ce3571252d380eb62946d8c

M了个J博客 http://www.cnblogs.com/mjios/tag/objective-c/

开发相关非常好的网站

Cocoa China http://www.cocoachina.com

COCOAPODS https://cocoapods.org/?q=on

岁寒 swift最新教程 http://lvwenhan.com/sort/ios

iOS开发系列–触摸事件、手势识别、摇晃事件、耳机线控 /article/4925184.html

git仓库

git网 https://git.oschina.net

开源中国社区 http://www.oschina.net

命令行

iOS命令行 http://blog.sina.com.cn/s/blog_71715bf801016di7.html

启动图

iOS 8 Xcode6 设置Launch Image 启动图片 http://www.mamicode.com/info-detail-494411.html

通讯录

IOS-系统API调用联系人信息 /article/7914475.html

iOS开发–调用系统通讯录界面 http://www.2cto.com/kf/201504/388762.html



数据库

MAC下终端sqlite3简单使用 (非常实用) /article/8033105.html

分享一段ios数据库代码。包括创建、升级、增删查改 /article/4695603.html

数据库 /article/5538078.html

数据库重要!!! http://wenku.baidu.com/link?url=BejyRa5L4GizUHziDOeYsm3HwMVIItANj41tnUUowbJ_NiRR9_SYAs9dGbUfE0awThI0IL996TGB6UMSrkdJQ4V5MCxhVAFfkiYQ3wXMwEi

数据库 /article/4577995.html

开发错误收集

开发错误收集 非常好! 收集了各种常用的错误 http://blog.csdn.net/ys410900345/article/category/2126971

静态方法,动态,实例化,构造什么的

静态方法和实例化方法的区别 /article/2377979.html

IOS实例方法和类方法的区别 /article/4995982.html

OC对象的动态和静态构造区别 http://dingxiaowei2013.blog.163.com/blog/static/219653107201362911387630/

OC对象的动态和静态构造区别 /article/1999324.html

ios 开发中 动态库 与静态库的区别 http://www.myext.cn/webkf/a_11655.html

学习笔记 – iOS静态库 http://www.2cto.com/kf/201402/276718.html

时间转换

iOS标准时间与时间戳相互转换 /article/8252337.html

时间戳转换站长工具 http://tool.chinaz.com/Tools/unixtime.aspx

iOS-NSDate 相差 8 小时 重要! /article/7859014.html

IOS时间与日期处理 http://blog.sina.com.cn/s/blog_9cd1705d0102v5x4.html

正则表达式

iOS – 正则表达式判断邮箱、身份证..是否正确 http://www.2cto.com/kf/201311/256494.html

兼容性,约束,布局

NSLayoutConstraint /article/7707245.html

iOS的AutoresizingMask http://blog.sina.com.cn/s/blog_71e456db0100vjej.html

自动布局之autoresizingMask使用详解 /article/1225752.html

iOS6中的Auto Layout:通过代码添加约束 http://www.th7.cn/Program/IOS/201407/230145.shtml

iOS开发项目篇—10对齐方式 http://www.cnblogs.com/wendingding/p/3832424.html

iOS 8 Auto Layout界面自动布局系列2-使用Xcode的Interface Builder添加布局约束 非常重要!!! /article/2260269.html

ADAPTIVE LAYOUTS FOR iPHONE 6 很好的国外的关于适配的文章 http://mathewsanders.com/designing-adaptive-layouts-for-iphone-6-plus/

为iPhone6设计自适应布局(一) http://www.devtalking.com/articles/adaptive-layout-for-iphone6-1/

StoryBoard,XIB,segue,界面跳转

iOS使用StroryBoard页面跳转及传值 http://www.baidu.com/link?url=SU8N2UR3DIjkRNG2FgABjwpQdcKVqmP1s8uw2dc4M8v_0xkv0fLcD5pvX9FgVyY_xKIX8WRoTDhGlPNNox_hcq

iOS 页面跳转 http://bbs.csdn.net/topics/390078391

从加载单个xib到加载storyboard中的单个controller的转变 重要!!! http://blog.sina.com.cn/s/blog_717fba1101019r15.html

iOS开发UI篇—xib的简单使用 重要!! /article/4670821.html 重要! /article/2260269.html



验证码

免费短信验证码SDK For iOS http://sms.mob.com/Download

IPA

如何制作一个可以上传到 FIR.im 的 ipa 文件 – Ad-Hoc篇 http://blog.fir.im/2014/how-to-build-adhoc-ipa/

Xcode 5 + iOS 7免证书(iDP)真机调试与生成IPA全攻略 http://kuangqi.me/ios/ios-development-without-idp/

plist苹果安装包实现 http://segmentfault.com/q/1010000000623121

通知

iOS NSNotificationCenter 使用姿势详解 /article/1225671.html

第三方登陆

基于第三方微信授权登录的iOS代码分析 /article/2119117.html

基于第三方微信授权登录的iOS代码分析 /article/1225973.html

基于第三方QQ授权登录和新浪微博授权登录的iOS代码分析 http://www.2cto.com/kf/201409/332551.html

开发工具

iOS 开发者必不可少的 75 个工具 http://www.alibuybuy.com/posts/82999.html

paintCode教程 /article/11098822.html

动画教程

动画交互 http://huaban.com/pins/245892398/

IOS之动画介绍 /article/4833386.html

交互式动画!!!!!!!!!!!!!重点学习 http://www.cocoachina.com/industry/20140519/8472.html

iOS 交互式动画!!!非常重要 http://www.cocoachina.com/industry/20140519/8472.html

绘图

iOS绘图教程 /content/4455032.html

用 Swift 制作一个漂亮的汉堡按钮过渡动画 http://www.cocoachina.com/industry/20140812/9360.html

IOS Quartz 2D 学习(2) /article/5212699.html

iOS5新特性:强大的Core Image /article/1227864.html

效果处理



类似美图秀秀的非常好的代码 重要!!! https://github.com/yackle/CLImageEditor

滤镜CIFilter简单处理(模糊效果,旧色调处理) http://demo.netfoucs.com/u010670117/article/details/43015809

第六章 层的滤镜 /article/2777451.html

CIFilter的使用方法 http://blog.sina.com.cn/s/blog_5fb39f9101018gv7.html

iOS开发使用半透明模糊效果方法整理 /article/1225730.html

iOS中的模糊效果 /article/8252359.html

Filter Effects(w3C) http://www.w3.org/TR/SVG11/filters.html#feGaussianBlurElement

在 iOS 8 中使用模糊效果 http://blog.kumaya.co/2014/08/13/creating-blur-effect-in-ios-8/?utm_source=tuicool

使用CoreImage教程 /content/3831147.html

cocos2D

cocos2D开发者文档 http://cn.cocos2d-x.org/article/index?type=cocos2d-x&url=/doc/cocos-docs-master/manual/framework/native/v3/easy-to-learn-api-style/zh.md

CALayer

CABasicAnimation用法 /article/5900895.html

UI之CALayer详解 http://blog.sina.com.cn/s/blog_bf9843bf0101fpzn.html

IOS Layer的使用(阴影) /article/8146572.html

CAShapeLayer的使用[2] 动态星星,重要!! /article/4910672.html

UI之CALayer详解 重要!! http://blog.sina.com.cn/s/blog_bf9843bf0101fpsb.html

地图

地图 /article/4833382.html

键盘

ios 动态获取键盘高度 /article/8370128.html

只需一句代码就能轻松解决键盘遮挡住输入框的问题 http://code4app.com/ios/IQKeyBoardManager/524260bf6803fa7a41000001

字体

IOS字体大小,字号的问题 UIFont /article/3806328.html

UI类



自定义navigationBar和navigationController https://www.codeschool.com/blog/2014/11/11/ios-app-creating-custom-nav-bar/

UIWebView

完美方案——iOS的WebView自适应内容高度 http://www.tuicool.com/articles/FNrIbmi

UICollectionView

iOS开发- UICollectionView详解+实例 /article/4878478.html

ios视图层次结构 讲解的非常详细!!!涉及到图层变换 /article/10975131.html

UIButton

IOS_自定义UIButton的子视图位置 EdgeInsets属性 http://blog.csdn.net/mark_creative/article/details/9292623

UITableView

iOS开发系列–UITableView全面解析 /content/3845922.html

iOS开发之UITableView全面解析 /article/1225975.html

tableview cell swipe to delete(滑动删除) http://blog.sina.com.cn/s/blog_72575be90101g1k7.html

cellForRowAtIndexPath 的标准用法 /article/4695354.html

tableview 有没有定位到某一条cell的方法 http://www.cocoachina.com/bbs/read.php?tid=253034

TableView如何刷新指定的cell 或section http://leopard168.blog.163.com/blog/static/16847184420148229221893/

截屏

iPhone/iPad iOS 几种截屏的代码分享 http://blog.sina.com.cn/s/blog_969096f10101b49e.html



常见bug

iOS”Request failed: unacceptable content-type: text/html” http://blog.sina.com.cn/s/blog_62f189570102va6j.html

性能优化

iOS 应用性能调优的25个建议和技巧 http://mp.weixin.qq.com/s?__biz=MjM5NDMwNjMzNA==&mid=204390322&idx=4&sn=fa593e04279c01e6b525d669e1c215d4&scene=5#rd

Mac安装软件教程

Photoshop CC Mac图文破解安装教程 http://hi.baidu.com/songming612/item/82e09827deef5bf253fd879c

Adobe CC for Mac (photoshop cc mac)全系列简体中文版下载+破解方法教程 http://tieba.baidu.com/p/2418398935

【破解向】Mac版Adobe Photoshop CS6 与破解补丁下载–注册机+序列号+修改HOSTS完美可升级激活法及详细图文安装教程(强烈推荐) http://blog.cavyff.com/archives/211

本文永久地址:http://blog.it985.com/9307.html

本文出自 IT985博客
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: