摘要: CATransition *animation = [CATransition animation]; animation.delegate = self; animation.duration = 0.5f; animation.timingFunction = UIVi... 阅读全文
posted @ 2014-08-04 10:59 2014_4_30 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 适配i5,要加入i5的启动页才行,否则运行的效果还是i4 阅读全文
posted @ 2014-08-04 10:58 2014_4_30 阅读(106) 评论(0) 推荐(0) 编辑
摘要: - (void)json2Plist{ NSString *filePath = [self applicationDocumentsDirectoryFileName:@"json"]; NSMutableArray *tempArray = [[NSMutableArray allo... 阅读全文
posted @ 2014-08-04 10:57 2014_4_30 阅读(364) 评论(0) 推荐(0) 编辑
摘要: //设置UIButton在点按住时附带高亮效果_addMusicBtn.showsTouchWhenHighlighted = YES;[_addMusicBtn addTarget:self action:@selector(addMusicAction:) forControlEvents:UI... 阅读全文
posted @ 2014-08-04 10:50 2014_4_30 阅读(305) 评论(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 阅读(333) 评论(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 阅读(267) 评论(0) 推荐(0) 编辑