摘要: UIView *v = [[UIView alloc] initWithFrame:CGRectZero]; [_tableView setTableFooterView:v]; 阅读全文
posted @ 2016-04-01 15:14 新年新气象 阅读(377) 评论(0) 推荐(0)
摘要: 初始化://初始化布局类(UICollectionViewLayout的子类)UICollectionViewFlowLayout *fl = [[UICollectionViewFlowLayout alloc]init];//初始化collectionViewself.collectionVie 阅读全文
posted @ 2016-04-01 10:23 新年新气象 阅读(217) 评论(0) 推荐(0)