摘要: - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section{ UILabel *titleLabel = [[UILabel alloc] initWithFrame:CGRe... 阅读全文
posted @ 2015-11-21 11:35 破水杯 阅读(2162) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 { 5 // 原始数据源 6 NSMutableArray *_arrayM; 7 // 搜素结果数据源 8 NSMutableArra... 阅读全文
posted @ 2015-11-21 10:34 破水杯 阅读(457) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import "CustomCollectionViewCell.h"@interface ViewController (){ NSMutableArray *_arrayM;}@end@implementation ViewControll... 阅读全文
posted @ 2015-11-21 09:43 破水杯 阅读(580) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; // 1.瀑布流 ... 阅读全文
posted @ 2015-11-21 09:23 破水杯 阅读(151) 评论(0) 推荐(0) 编辑