iOS流布局UICollectionView系列二——UICollectionView的代理方法

iOS流布局UICollectionView系列二——UICollectionView的代理方法

一、引言

在上一篇博客中,介紹了最基本的UICollectionView的使用和其中我們常用的屬性和方法患亿,也介紹了瀑布流布局的過程與思路,這篇博客是上一篇的補充,來討論關于UICollectionView的代理方法的使用。博客地址:

UICollectionView的簡介和簡單使用:http://my.oschina.net/u/2340880/blog/522613

二瓶殃、UICollectionViewDataSource協(xié)議

這個協(xié)議主要用于collectionView相關數(shù)據(jù)的處理,包含方法如下:

首先副签,有兩個方法是我們必須實現(xiàn)的:

設置分區(qū)數(shù)

```

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

```

設置返回每個item的屬性

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

下面的方法是可選實現(xiàn)的:

雖然這個方法是可選的遥椿,一般我們都會去實現(xiàn),設置每個分區(qū)的item個數(shù)

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

對頭視圖或者尾視圖進行設置

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

設置某個item是否可以被移動继薛,返回NO則不能移動

- (BOOL)collectionView:(UICollectionView *)collectionView canMoveItemAtIndexPath:(NSIndexPath *)indexPath NS_AVAILABLE_IOS(9_0);

移動item的時候修壕,會調用這個方法

- (void)collectionView:(UICollectionView *)collectionView moveItemAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexPath:(NSIndexPath*)destinationIndexPath愈捅;

三遏考、UICollectionViewDelegate協(xié)議

這個協(xié)議用來設置和處理collectionView的功能和一些邏輯,所有方法都是可選實現(xiàn):

是否允許某個Item的高亮蓝谨,返回NO灌具,則不能進入高亮狀態(tài)

- (BOOL)collectionView:(UICollectionView *)collectionView shouldHighlightItemAtIndexPath:(NSIndexPath *)indexPath;

當item高亮時觸發(fā)的方法

- (void)collectionView:(UICollectionView *)collectionView didHighlightItemAtIndexPath:(NSIndexPath *)indexPath;

結束高亮狀態(tài)時觸發(fā)的方法

- (void)collectionView:(UICollectionView *)collectionView didUnhighlightItemAtIndexPath:(NSIndexPath *)indexPath;

是否可以選中某個Item,返回NO譬巫,則不能選中

- (BOOL)collectionView:(UICollectionView *)collectionView shouldSelectItemAtIndexPath:(NSIndexPath *)indexPath;

是否可以取消選中某個Item

- (BOOL)collectionView:(UICollectionView *)collectionView shouldDeselectItemAtIndexPath:(NSIndexPath *)indexPath;

已經選中某個item時觸發(fā)的方法

- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath;

取消選中某個Item時觸發(fā)的方法

- (void)collectionView:(UICollectionView *)collectionView didDeselectItemAtIndexPath:(NSIndexPath *)indexPath;

將要加載某個Item時調用的方法

- (void)collectionView:(UICollectionView *)collectionView willDisplayCell:(UICollectionViewCell *)cell forItemAtIndexPath:(NSIndexPath *)indexPath NS_AVAILABLE_IOS(8_0);

將要加載頭尾視圖時調用的方法

- (void)collectionView:(UICollectionView *)collectionView willDisplaySupplementaryView:(UICollectionReusableView *)view forElementKind:(NSString *)elementKind atIndexPath:(NSIndexPath *)indexPath NS_AVAILABLE_IOS(8_0);

已經展示某個Item時觸發(fā)的方法

- (void)collectionView:(UICollectionView *)collectionView didEndDisplayingCell:(UICollectionViewCell *)cell forItemAtIndexPath:(NSIndexPath *)indexPath;

已經展示某個頭尾視圖時觸發(fā)的方法

- (void)collectionView:(UICollectionView *)collectionView didEndDisplayingSupplementaryView:(UICollectionReusableView *)view forElementOfKind:(NSString *)elementKind atIndexPath:(NSIndexPath *)indexPath;

這個方法設置是否展示長按菜單

- (BOOL)collectionView:(UICollectionView *)collectionView shouldShowMenuForItemAtIndexPath:(NSIndexPath *)indexPath;

長按菜單中可以觸發(fā)一下類復制粘貼的方法咖楣,效果如下:

這個方法用于設置要展示的菜單選項

- (BOOL)collectionView:(UICollectionView *)collectionView canPerformAction:(SEL)action forItemAtIndexPath:(NSIndexPath *)indexPath withSender:(nullable id)sender;

這個方法用于實現(xiàn)點擊菜單按鈕后的觸發(fā)方法,通過測試,只有copy芦昔,cut和paste三個方法可以使用

- (void)collectionView:(UICollectionView *)collectionView performAction:(SEL)action forItemAtIndexPath:(NSIndexPath *)indexPath withSender:(nullable id)sender;

通過下面的方式可以將點擊按鈕的方法名打印出來:

-(void)collectionView:(UICollectionView *)collectionView performAction:(SEL)action forItemAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender{

NSLog(@"%@",NSStringFromSelector(action));

}

collectionView進行重新布局時調用的方法

- (nonnull UICollectionViewTransitionLayout *)collectionView:(UICollectionView *)collectionView transitionLayoutForOldLayout:(UICollectionViewLayout *)fromLayout newLayout:(UICollectionViewLayout *)toLayout;

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
  • 序言:七十年代末诱贿,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子咕缎,更是在濱河造成了極大的恐慌珠十,老刑警劉巖,帶你破解...
    沈念sama閱讀 211,743評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件凭豪,死亡現(xiàn)場離奇詭異焙蹭,居然都是意外死亡,警方通過查閱死者的電腦和手機嫂伞,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,296評論 3 385
  • 文/潘曉璐 我一進店門孔厉,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人帖努,你說我怎么就攤上這事撰豺。” “怎么了拼余?”我有些...
    開封第一講書人閱讀 157,285評論 0 348
  • 文/不壞的土叔 我叫張陵污桦,是天一觀的道長。 經常有香客問我姿搜,道長寡润,這世上最難降的妖魔是什么捆憎? 我笑而不...
    開封第一講書人閱讀 56,485評論 1 283
  • 正文 為了忘掉前任,我火速辦了婚禮梭纹,結果婚禮上躲惰,老公的妹妹穿的比我還像新娘。我一直安慰自己变抽,他們只是感情好础拨,可當我...
    茶點故事閱讀 65,581評論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著绍载,像睡著了一般诡宗。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上击儡,一...
    開封第一講書人閱讀 49,821評論 1 290
  • 那天塔沃,我揣著相機與錄音,去河邊找鬼阳谍。 笑死蛀柴,一個胖子當著我的面吹牛,可吹牛的內容都是我干的矫夯。 我是一名探鬼主播鸽疾,決...
    沈念sama閱讀 38,960評論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼训貌!你這毒婦竟也來了制肮?” 一聲冷哼從身側響起,我...
    開封第一講書人閱讀 37,719評論 0 266
  • 序言:老撾萬榮一對情侶失蹤递沪,失蹤者是張志新(化名)和其女友劉穎豺鼻,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體区拳,經...
    沈念sama閱讀 44,186評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡拘领,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 36,516評論 2 327
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了樱调。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片约素。...
    茶點故事閱讀 38,650評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖笆凌,靈堂內的尸體忽然破棺而出圣猎,到底是詐尸還是另有隱情,我是刑警寧澤乞而,帶...
    沈念sama閱讀 34,329評論 4 330
  • 正文 年R本政府宣布送悔,位于F島的核電站,受9級特大地震影響,放射性物質發(fā)生泄漏欠啤。R本人自食惡果不足惜荚藻,卻給世界環(huán)境...
    茶點故事閱讀 39,936評論 3 313
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望洁段。 院中可真熱鬧应狱,春花似錦、人聲如沸祠丝。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,757評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽写半。三九已至岸蜗,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間叠蝇,已是汗流浹背璃岳。 一陣腳步聲響...
    開封第一講書人閱讀 31,991評論 1 266
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留蟆肆,地道東北人矾睦。 一個月前我還...
    沈念sama閱讀 46,370評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像炎功,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子缓溅,可洞房花燭夜當晚...
    茶點故事閱讀 43,527評論 2 349

推薦閱讀更多精彩內容