Sportica   Sportica
摘要: -(void)testMove{ moveBtn = [[UIButton alloc ]init]; moveBtn.frame = CGRectMake(0, 30, 60, 60); moveBtn.backgroundColor = [UIColorredColor]; //[moveBtn addTarget:self action:@selector(moveBtn) forControlEvents:UIControlEventTouchDown]; //[moveBtn addTarget:self action:@selector(moveBtnEnd) forCo... 阅读全文
posted @ 2014-03-26 18:38 qingjoin 阅读(2998) 评论(0) 推荐(0)
  Sportica