上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: //设置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) 编辑
摘要: UIPageControl *pageControl = [[UIPageControl alloc] init]; pageControl.center = CGPointMake(w * 0.5, h - 20); pageControl.bounds = CGRectMa... 阅读全文
posted @ 2014-07-16 09:36 2014_4_30 阅读(773) 评论(0) 推荐(0) 编辑
摘要: //1.创建图片 _userImage = [[UIImageView alloc]init]; //2.设置图片圆角 _userImage.layer.cornerRadius = 33; _userImage.layer.masksToBounds = YES;... 阅读全文
posted @ 2014-07-16 09:33 2014_4_30 阅读(464) 评论(0) 推荐(0) 编辑
摘要: _scrollView = [[UIScrollView alloc] init]; //height = 0:禁止垂直方向滚动 _scrollView.contentSize = CGSizeMake(kTwo * kScreenW, 0); //不显示水平方向的滚动... 阅读全文
posted @ 2014-07-16 09:28 2014_4_30 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 照此方法打开引用你这个图片的sb或者xib:然后搜索你的这个图片名称:删除这个图片名称的引用。如果还是不行的话,就删除此sb或xib文件然后重新创建。 阅读全文
posted @ 2014-07-16 09:20 2014_4_30 阅读(926) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad]; self.view.backgroundColor = [UIColor whiteColor];} 阅读全文
posted @ 2014-07-16 09:18 2014_4_30 阅读(160) 评论(0) 推荐(0) 编辑
摘要: [self.navigationController popToViewController:[self.navigationController.viewControllers objectAtIndex:?] animated:YES];或for (UIViewController *temp ... 阅读全文
posted @ 2014-07-16 09:16 2014_4_30 阅读(171) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-07-13 22:23 2014_4_30 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页