摘要:
- (void)viewDidLoad{ [super viewDidLoad]; [self initUI]; [self performSelector:@selector(startGravity:) withObject:Nil afterDelay:1];// Do any additional setup after loading the view, typically from a nib.}// 开始重力行为- (IBAction)startGravity:(id)sender{ // 设为全局才会有效,不知什么原因 animator = [[... 阅读全文
摘要:
//// AVQueuePlayerPrevious.m 的类封装的代码// IntervalPlayer//// Created by Daniel Giovannelli on 2/18/13.//#import "AVQueuePlayerPrevious.h"@implementation AVQueuePlayerPrevious@synthesize itemsForPlayer = _itemsForPlayer;// CONSTRUCTORS-(id)initWithItems:(NSArray *)items{ // This function calls 阅读全文