转自: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
问题:我用VS2013写好C语言程序调试运行后就在debug文件夹下生成了EXE文件,可以在本机运行。但是这个EXE文件在别的没装过VS2013的电脑上就不能直接运行,说丢失MSVCR120D.dll文件。我重装系统后,没来得及安装VS2013,那些生成好的EXE时也都出现了上述问题。由此,我认为是...
分类:
编程语言 时间:
2014-05-08 14:46:00
阅读次数:
434
快装系列
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
【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