UICollectionView 學(xué)習(xí)


//  SonViewController.m

//  testStoryboard



#import "SonViewController.h"

@interface SonViewController ()<UICollectionViewDelegate,UICollectionViewDataSource>

@property(nonatomic,strong)UICollectionView *collView;

@property(nonatomic,strong)UICollectionViewFlowLayout *flowLayout;

@end

@implementation SonViewController

- (void)viewDidLoad {

    [super viewDidLoad];

    // Do any additional setup after loading the view.



    self.title=@"father";

    self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemClose target:self action:@selector(popVC)];



    [self.view addSubview:self.collView];

    [self.collView registerClass:[UICollectionViewCell class] forCellWithReuseIdentifier:@"itemcell"];

    [self.collView registerClass:[UICollectionReusableView class] forSupplementaryViewOfKind:UICollectionElementKindSectionHeader withReuseIdentifier:@"headercell"];

    [self.collView registerClass:[UICollectionReusableView class] forSupplementaryViewOfKind:UICollectionElementKindSectionFooter withReuseIdentifier:@"footercell"];

}

-(void)popVC{

    [self.navigationController popViewControllerAnimated:YES];

}

- (UICollectionView *)collView{

    if(!_collView) {

        _collView = [[UICollectionView alloc] initWithFrame:self.view.bounds collectionViewLayout:self.flowLayout];

        _collView.backgroundColor = [UIColor whiteColor];

        _collView.scrollEnabled=YES;

        _collView.delegate=self;

        _collView.dataSource=self;

    }

    return _collView;

}

- (UICollectionViewFlowLayout *)flowLayout{

    if (!_flowLayout) {

        _flowLayout = [[UICollectionViewFlowLayout alloc] init];

        _flowLayout.minimumInteritemSpacing = 20;//列間距

        _flowLayout.minimumLineSpacing = 20;//列間距

        _flowLayout.itemSize = CGSizeMake(50, 50);//item的大小

        _flowLayout.sectionInset = UIEdgeInsetsMake(5, 5, 5, 5);//每個(gè)分區(qū)的 上左下右 的內(nèi)邊距

        _flowLayout.headerReferenceSize = CGSizeMake(self.view.frame.size.width, 50);//區(qū)頭和區(qū)尾的大小

        _flowLayout.footerReferenceSize = CGSizeMake(self.view.frame.size.width, 30);

        _flowLayout.sectionHeadersPinToVisibleBounds = YES;//頭視圖和尾視圖 是否始終固定在屏幕上邊和下邊

        _flowLayout.sectionFootersPinToVisibleBounds = YES;

        _flowLayout.scrollDirection = UICollectionViewScrollDirectionVertical;

    }

    return _flowLayout;

}

- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView *)collectionView{



    return2;

}

- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section{

    return12;

}

- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath{



    UICollectionViewCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"itemcell" forIndexPath:indexPath];

    cell.backgroundColor = [UIColor systemTealColor];

    returncell;

}

- (void)collectionView:(UICollectionView*)collectionViewdidSelectItemAtIndexPath:(NSIndexPath*)indexPath{



    NSLog(@"select %ld %ld",(long)indexPath.section,(long)indexPath.row);

}

#pragma mark- 頭部 尾部

- (UICollectionReusableView *)collectionView:(UICollectionView *)collectionView viewForSupplementaryElementOfKind:(NSString *)kind atIndexPath:(NSIndexPath *)indexPath{



    if ([kind isEqualToString:UICollectionElementKindSectionHeader]) {

         UICollectionReusableView *header = [collectionView dequeueReusableSupplementaryViewOfKind:UICollectionElementKindSectionHeader withReuseIdentifier:@"headercell" forIndexPath:indexPath];

           header.backgroundColor = [UIColor systemYellowColor];

           returnheader;

    }

    UICollectionReusableView *footer = [collectionView dequeueReusableSupplementaryViewOfKind:UICollectionElementKindSectionFooter withReuseIdentifier:@"footercell" forIndexPath:indexPath];

    footer.backgroundColor = [UIColor systemGreenColor];

    returnfooter;

}

/*

#pragma mark - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation

- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {

    // Get the new view controller using [segue destinationViewController].

    // Pass the selected object to the new view controller.

}

*/

@end

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子葡盗,更是在濱河造成了極大的恐慌祈惶,老刑警劉巖凛剥,帶你破解...
    沈念sama閱讀 206,126評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件俏拱,死亡現(xiàn)場(chǎng)離奇詭異勤家,居然都是意外死亡抵卫,警方通過(guò)查閱死者的電腦和手機(jī)健民,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,254評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門(mén)抒巢,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人秉犹,你說(shuō)我怎么就攤上這事虐秦。” “怎么了凤优?”我有些...
    開(kāi)封第一講書(shū)人閱讀 152,445評(píng)論 0 341
  • 文/不壞的土叔 我叫張陵悦陋,是天一觀的道長(zhǎng)。 經(jīng)常有香客問(wèn)我筑辨,道長(zhǎng)俺驶,這世上最難降的妖魔是什么? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 55,185評(píng)論 1 278
  • 正文 為了忘掉前任棍辕,我火速辦了婚禮暮现,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘楚昭。我一直安慰自己栖袋,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,178評(píng)論 5 371
  • 文/花漫 我一把揭開(kāi)白布抚太。 她就那樣靜靜地躺著塘幅,像睡著了一般。 火紅的嫁衣襯著肌膚如雪尿贫。 梳的紋絲不亂的頭發(fā)上电媳,一...
    開(kāi)封第一講書(shū)人閱讀 48,970評(píng)論 1 284
  • 那天,我揣著相機(jī)與錄音庆亡,去河邊找鬼匾乓。 笑死,一個(gè)胖子當(dāng)著我的面吹牛又谋,可吹牛的內(nèi)容都是我干的拼缝。 我是一名探鬼主播,決...
    沈念sama閱讀 38,276評(píng)論 3 399
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼彰亥,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼咧七!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起剩愧,我...
    開(kāi)封第一講書(shū)人閱讀 36,927評(píng)論 0 259
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤猪叙,失蹤者是張志新(化名)和其女友劉穎娇斩,沒(méi)想到半個(gè)月后仁卷,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體穴翩,經(jīng)...
    沈念sama閱讀 43,400評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,883評(píng)論 2 323
  • 正文 我和宋清朗相戀三年锦积,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了芒帕。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 37,997評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡丰介,死狀恐怖背蟆,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情哮幢,我是刑警寧澤带膀,帶...
    沈念sama閱讀 33,646評(píng)論 4 322
  • 正文 年R本政府宣布,位于F島的核電站橙垢,受9級(jí)特大地震影響垛叨,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜柜某,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,213評(píng)論 3 307
  • 文/蒙蒙 一嗽元、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧喂击,春花似錦剂癌、人聲如沸。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 30,204評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至监嗜,卻和暖如春琳要,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背秤茅。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 31,423評(píng)論 1 260
  • 我被黑心中介騙來(lái)泰國(guó)打工稚补, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人框喳。 一個(gè)月前我還...
    沈念sama閱讀 45,423評(píng)論 2 352
  • 正文 我出身青樓课幕,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親五垮。 傳聞我的和親對(duì)象是個(gè)殘疾皇子乍惊,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,722評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容