ios开发者福利

来源:互联网 发布:社团管理的软件 编辑:程序博客网 时间:2024/04/28 20:31

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

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

iOS应用源码保护:http://www.ijiami.cn/ios
Cocoa China http://www.cocoachina.com  
git https://git.oschina.net  
开源中国社区 http://www.oschina.net  
iOS命令行 http://blog.sina.com.cn/s/blog_71715bf801016di7.html  
摄像头https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/CameraAndPhotoLib_TopicsForIOS/Articles/TakingPicturesAndMovies.html 
摄像头 http://www.appcoda.com/ios-programming-camera-iphone-app/  
下拉菜单 https://github.com/iVishal/VSDropdown  
真机调试 http://blog.csdn.net/xuchaovip/article/details/39959281  
mac 应用APNs的配置http://blog.csdn.net/zhugq_1988/article/details/37656107  
@selector后不能加参数 http://blog.sina.com.cn/s/blog_721cd3390101vnyq.html  
键盘通知和相关的Notisfaction http://blog.csdn.net/youcanping2008/article/details/9844975  
百度开放云平台,云推送 http://developer.baidu.com/wiki/index.php?title=docs/cplat/push/guideios  
关于云推送的两个网站 http://blog.csdn.net/zhugq_1988/article/details/37656107 

http://mmz06.blog.163.com/blog/static/121416962011111710934946/ 

ARC代码和非ARC代码混用 http://blog.csdn.net/chengyakun11/article/details/8124463  
NSString常用方法 http://www.cnblogs.com/lovekarri/articles/2380033.html  
NSString截取 http://www.cnblogs.com/csj007523/archive/2012/07/15/2592188.html  
为所有的尺寸准备一个Storyboard http://www.cocoachina.com/ios/20140926/9766.html  
字体设置 1,http://justcoding.iteye.com/blog/1418533  
字体设置 2,http://blog.csdn.net/justinjing0612/article/details/8093985  
ios8 push解决方法 http://bbs.csdn.net/topics/390889517  
设置全局对象 http://bbs.csdn.net/topics/390447064
push推送跳转 http://www.cocoachina.com/ask/questions/show/121438/怎么才能在任意页面跳转到指定页面?  
cellbutton怎么得到对应cellindexpath 以及关于UITableViewCellContentView的问题http://www.tuicool.com/articles/YNBfy2  
iTunes https://itunesconnect.apple.com  
IOS 7.0以后的UILabel自适应高度解决办法http://blog.csdn.net/braver_smile/article/details/38487181 

Code4app : http://code4app.com/

0 0