转自:http://blog.iosxcode4.com/archives/160用到的FrameWork有:MediaPlayer.framework,QuartzCore.framework,CoreVideoframework,CoreMedia.framework,AVFoundation....
分类:
移动开发 时间:
2014-05-08 18:40:09
阅读次数:
406
////////////////////////////////////////////////////////////////////////////////////////////最普通动画://开始动画[UIView
beginAnimations:nil context:nil];//设定动...
分类:
移动开发 时间:
2014-05-08 18:32:17
阅读次数:
469
1.类目类目就是为已存在的类添加新的方法。但是不能添加实例变量。比如系统的类,我们看不到他的.m文件,所以没有办法用直接添加方法的方式去实现。@interface
NSMutableArray (Sort) //为NSMutableArray类添加Sort方法,Sort就是类目名,做到见名知意-(v...
分类:
移动开发 时间:
2014-05-08 18:28:54
阅读次数:
447
iOS手势处理iOS手势有着如下几种:UITapGestureRecognizerUIPinchGestureRecognizerUIRotationGestureRecognizerUISwipeGestureRecognizerUIPanGestureRecognizerUILongPressG...
分类:
移动开发 时间:
2014-05-08 18:24:35
阅读次数:
556
// 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
iPhone 屏幕适配判断 和
iOS系统版本判断if([[[UIDevicecurrentDevice]systemVersion]floatValue]>=7.0) { //
iOS7.0及以上版本系统适配}if([UIScreen mainScreen].bounds.size.heig...
分类:
移动开发 时间:
2014-05-08 18:10:07
阅读次数:
393
http://blog.csdn.net/l_ch_g/article/details/8566557
分类:
移动开发 时间:
2014-05-08 18:08:09
阅读次数:
285
在Xcode上进行objective-c开发,使用ios模拟器,出现springboard
无法启动应用程序(错误 -3)解决方式:关闭iOS模拟器,然后重新运行程序。
分类:
编程语言 时间:
2014-05-08 17:39:53
阅读次数:
4119
快装系列
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...
分类:
移动开发 时间:
2014-05-08 11:03:53
阅读次数:
535