摘要:
//设置UIButton在点按住时附带高亮效果_addMusicBtn.showsTouchWhenHighlighted = YES;[_addMusicBtn addTarget:self action:@selector(addMusicAction:) forControlEvents:UI... 阅读全文
posted @ 2014-08-04 10:50
2014_4_30
阅读(310)
评论(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
阅读(339)
评论(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
阅读(277)
评论(0)
推荐(0)