- 博客(6)
- 收藏
- 关注
原创 PickerView
// 写两个代理 : @property(nonatomic, retain)UIPickerView *pickerView;@property(nonatomic, retain)NSMutableArray *arr;@property(nonatomic, retain)NSMutableArray *arr1;// 代码如下 : - (void)vie
2015-09-08 11:32:27 307
原创 SegmentedControl
// 设置UISegmentedControl为属性 self.segmentedControl = [[UISegmentedControl alloc] initWithItems:[NSArray arrayWithObjects:@"1",@"2",@"3",@"4", nil]]; self.segmentedControl.frame = CGRectMake(0, 0, WID
2015-08-24 11:48:57 341
原创 在自定义cell里面实现跳转的方法
我做的是 collectionView 里面铺了一个 tableView ,tableView写在了自定义的cell里;在自定义里面无法实现跳转功能, 在ViewComtroller里面签一个代理,在引一下需要跳转页面的头文件;在CollectionViewCell 的代理中签代理人 cell.tableView.delegate = self;在实现跳转方法;
2015-08-19 11:00:57 813
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人