1、装和配置subversionserver在windows server上安装VisualSVN-Server。下载地址http://www.visualsvn.com/server/download/。採用默认安装,安装完毕创建一个server的代码仓库hello,如图所看到的。然后在Users...
分类:
移动开发 时间:
2015-10-28 12:18:23
阅读次数:
198
由于很多新手都有选择恐惧症,所以这里推荐的东西,我尽量少而精1.视频这个不用说,斯坦福大学的教程不管是权威性,还是新颖程度都是No1.斯坦福大学公开课:iOS 7应用开发,这个是OC
http://v.163.com/special/opencourse/ios7.html斯坦福大学公开课:iOS 8开发,这个直接用Swift
http://open.163.com/special/openco...
分类:
移动开发 时间:
2015-07-27 01:54:27
阅读次数:
180
资源链接:https://github.com/vsouza/awesome-ios#audio
A curated list of awesome iOS frameworks, libraries, tutorials, plugins Xcode, components and much more. The list is divided into categories such...
分类:
移动开发 时间:
2015-06-08 15:01:31
阅读次数:
143
来源:http://www.jianshu.com/p/64a99d2c932f再好的应用,也需要有人去发现他,我只是有那么一些途径,让我更快的找到它们而已。有网页,有微博,也有微信公众号,希望我的这些推荐可以让你更好的发现那些优秀、精美的应用。AppZappAppZapp 是一款 iOS/Andr...
分类:
移动开发 时间:
2015-05-18 12:18:39
阅读次数:
182
http://samdmarshall.com/re.htmlReverse Engineering ResourcesDebuggingThese are very important guides for understanding the debugging process and how a...
分类:
移动开发 时间:
2015-05-12 13:31:00
阅读次数:
150
iOS 判断应用是否有使用相机的权限
NSString *mediaType =
AVMediaTypeVideo;
AVAuthorizationStatus authStatus = [AVCaptureDevice
authorizationStatusForMediaType:mediaType];
if(authStatus ==
...
分类:
移动开发 时间:
2015-01-15 14:18:49
阅读次数:
203
ios 资源分类:ios开发2012-05-30 16:39573人阅读评论(0)收藏举报ios文档calendar2010reference图像处理学习过程当中查找到的资料,做一个记录,以便更多朋友查看。开发的过程有时候是简单的,因为我们可以站在巨人的肩上,跳得更高,走得更远。如何用Faceboo...
分类:
移动开发 时间:
2014-10-21 19:06:32
阅读次数:
426
在这里向大家分享一下几个关于iOS资源的几个网站,也利于自己和他人以及团队的开发...
分类:
移动开发 时间:
2014-09-19 10:15:35
阅读次数:
261