码迷,mamicode.com
首页 >  
搜索关键字:ios warning    ( 59668个结果
ios 图片转视频
转自:http://blog.iosxcode4.com/archives/160用到的FrameWork有:MediaPlayer.framework,QuartzCore.framework,CoreVideoframework,CoreMedia.framework,AVFoundation....
分类:移动开发   时间:2014-05-08 18:40:09    阅读次数:406
IOS 动画
////////////////////////////////////////////////////////////////////////////////////////////最普通动画://开始动画[UIView beginAnimations:nil context:nil];//设定动...
分类:移动开发   时间:2014-05-08 18:32:17    阅读次数:469
iOS -类目,延展,协议
1.类目类目就是为已存在的类添加新的方法。但是不能添加实例变量。比如系统的类,我们看不到他的.m文件,所以没有办法用直接添加方法的方式去实现。@interface NSMutableArray (Sort) //为NSMutableArray类添加Sort方法,Sort就是类目名,做到见名知意-(v...
分类:移动开发   时间:2014-05-08 18:28:54    阅读次数:447
iOS手势处理
iOS手势处理iOS手势有着如下几种:UITapGestureRecognizerUIPinchGestureRecognizerUIRotationGestureRecognizerUISwipeGestureRecognizerUIPanGestureRecognizerUILongPressG...
分类:移动开发   时间:2014-05-08 18:24:35    阅读次数:556
iOS 引导页
// GuideViewController.h// Created by l.h on 14-5-6.#import @interface GuideViewController : UIViewController@end //// GuideViewController.m// Cr...
分类:移动开发   时间:2014-05-08 18:17:49    阅读次数:640
IOS 手机助手及越狱助手推荐
快装系列 1 快装助手(PC版) http://pc.kuaiapp.cn/ 2 快装越狱助手(PC版)http://www.kuaiapp.cn 3 快装商店(手机版)http://yueyu.kuaiapp.cn/     PP系列 1 PP助手(PC版) 2 PP越狱助手(PC版)   91系列 91手机助手(PC版) 91助手(手机版)   快用系列 快用苹果...
分类:移动开发   时间:2014-05-08 11:09:02    阅读次数:368
iOS 消息(即方法调用)的两个隐藏参数 :self 和 _cmd
iOS 消息(即方法调用)的两个隐藏参数 :self 和 _cmd...
分类:移动开发   时间:2014-05-08 11:03:53    阅读次数:535
Entitlements
【Entitlements】 Entitlements confer specific capabilities or security permissions to your iOS or OS X app. You can set many entitlements using the Su.....
分类:其他好文   时间:2014-05-08 10:21:55    阅读次数:290
ios开发之启动页面
http://blog.csdn.net/fangzhangsc2006/article/details/8055680ios启动界面http://blog.sina.com.cn/s/blog_68f6d53701011b0p.html关于IOS程序设置启动画面以及图标 设备主要为:IPhone设...
分类:移动开发   时间:2014-05-08 07:22:53    阅读次数:350
iOS应用安全开发,你不知道的那些事
来源:http://www.csdn.net/article/2014-04-30/2819573-The-Secret-Of-App-Dev-Security摘要:iOS应用由于其直接运行在手机上,相比运行在服务器的后台服务,更有可能被黑客攻击。本文将从网络安全、本地文件和数据安全、源代码安全三个...
分类:移动开发   时间:2014-05-08 06:39:39    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!