摘要:
CATransition *animation = [CATransition animation]; animation.delegate = self; animation.duration = 0.5f; animation.timingFunction = UIVi... 阅读全文
posted @ 2014-08-04 10:59
2014_4_30
阅读(254)
评论(0)
推荐(0)
摘要:
适配i5,要加入i5的启动页才行,否则运行的效果还是i4 阅读全文
posted @ 2014-08-04 10:58
2014_4_30
阅读(113)
评论(0)
推荐(0)
摘要:
- (void)json2Plist{ NSString *filePath = [self applicationDocumentsDirectoryFileName:@"json"]; NSMutableArray *tempArray = [[NSMutableArray allo... 阅读全文
posted @ 2014-08-04 10:57
2014_4_30
阅读(374)
评论(0)
推荐(0)
摘要:
//设置UIButton在点按住时附带高亮效果_addMusicBtn.showsTouchWhenHighlighted = YES;[_addMusicBtn addTarget:self action:@selector(addMusicAction:) forControlEvents:UI... 阅读全文
posted @ 2014-08-04 10:50
2014_4_30
阅读(311)
评论(0)
推荐(0)
摘要:
_tableView = [[UITableView alloc] init]; _tableView.delegate = self; _tableView.dataSource = self; _tableView.frame = CGRectMake(kZero, 6... 阅读全文
posted @ 2014-08-04 10:41
2014_4_30
阅读(342)
评论(0)
推荐(0)
摘要:
- (void)createKeyboardTool{ keyboardTool = [[UIToolbar alloc] initWithFrame: CGRectMake(kZero, kZero, kScreenW, 44.0f)]; NSMutableArray *myToolB... 阅读全文
posted @ 2014-08-04 10:33
2014_4_30
阅读(279)
评论(0)
推荐(0)

浙公网安备 33010602011771号