UICollectionView的代理方法

首先,有兩個(gè)方法是我們必須實(shí)現(xiàn)的:

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

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



設(shè)置返回每個(gè)item的屬性


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



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

雖然這個(gè)方法是可選的棚蓄,一般我們都會(huì)去實(shí)現(xiàn)堕扶,設(shè)置每個(gè)分區(qū)的item個(gè)數(shù)

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

對(duì)頭視圖或者尾視圖進(jìn)行設(shè)置

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



設(shè)置某個(gè)item是否可以被移動(dòng),返回NO則不能移動(dòng)


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



移動(dòng)item的時(shí)候梭依,會(huì)調(diào)用這個(gè)方法


- (void)collectionView:(UICollectionView *)collectionView moveItemAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexPath:(NSIndexPath*)destinationIndexPath稍算;

三、UICollectionViewDelegate協(xié)議

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

是否允許某個(gè)Item的高亮糊探,返回NO,則不能進(jìn)入高亮狀態(tài)

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



當(dāng)item高亮?xí)r觸發(fā)的方法

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



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

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



是否可以選中某個(gè)Item河闰,返回NO侧到,則不能選中

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



是否可以取消選中某個(gè)Item

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



已經(jīng)選中某個(gè)item時(shí)觸發(fā)的方法

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



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

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



將要加載某個(gè)Item時(shí)調(diào)用的方法

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



將要加載頭尾視圖時(shí)調(diào)用的方法

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



已經(jīng)展示某個(gè)Item時(shí)觸發(fā)的方法

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



已經(jīng)展示某個(gè)頭尾視圖時(shí)觸發(fā)的方法

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



這個(gè)方法設(shè)置是否展示長(zhǎng)按菜單

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

這個(gè)方法用于設(shè)置要展示的菜單選項(xiàng)

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



這個(gè)方法用于實(shí)現(xiàn)點(diǎn)擊菜單按鈕后的觸發(fā)方法,通過(guò)測(cè)試,只有copy淤击,cut和paste三個(gè)方法可以使用

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

通過(guò)下面的方式可以將點(diǎn)擊按鈕的方法名打印出來(lái):

?
1
2
3
-(void)collectionView:(UICollectionView *)collectionView performAction:(SEL)action forItemAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender{
    NSLog(@"%@",NSStringFromSelector(action));
}


collectionView進(jìn)行重新布局時(shí)調(diào)用的方法

- (nonnull UICollectionViewTransitionLayout *)collectionView:(UICollectionView *)collectionView transitionLayoutForOldLayout:(UICollectionViewLayout *)fromLayout newLayout:(UICollectionViewLayout *)toLayout;
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市故源,隨后出現(xiàn)的幾起案子污抬,更是在濱河造成了極大的恐慌,老刑警劉巖绳军,帶你破解...
    沈念sama閱讀 211,639評(píng)論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件印机,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡门驾,警方通過(guò)查閱死者的電腦和手機(jī)射赛,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,277評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)奶是,“玉大人楣责,你說(shuō)我怎么就攤上這事∧羯常” “怎么了秆麸?”我有些...
    開封第一講書人閱讀 157,221評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)及汉。 經(jīng)常有香客問(wèn)我沮趣,道長(zhǎng),這世上最難降的妖魔是什么坷随? 我笑而不...
    開封第一講書人閱讀 56,474評(píng)論 1 283
  • 正文 為了忘掉前任房铭,我火速辦了婚禮驻龟,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘缸匪。我一直安慰自己翁狐,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,570評(píng)論 6 386
  • 文/花漫 我一把揭開白布豪嗽。 她就那樣靜靜地躺著谴蔑,像睡著了一般。 火紅的嫁衣襯著肌膚如雪龟梦。 梳的紋絲不亂的頭發(fā)上隐锭,一...
    開封第一講書人閱讀 49,816評(píng)論 1 290
  • 那天,我揣著相機(jī)與錄音计贰,去河邊找鬼钦睡。 笑死,一個(gè)胖子當(dāng)著我的面吹牛躁倒,可吹牛的內(nèi)容都是我干的荞怒。 我是一名探鬼主播,決...
    沈念sama閱讀 38,957評(píng)論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼秧秉,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼褐桌!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起象迎,我...
    開封第一講書人閱讀 37,718評(píng)論 0 266
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤荧嵌,失蹤者是張志新(化名)和其女友劉穎,沒(méi)想到半個(gè)月后砾淌,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體啦撮,經(jīng)...
    沈念sama閱讀 44,176評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,511評(píng)論 2 327
  • 正文 我和宋清朗相戀三年汪厨,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了赃春。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,646評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡劫乱,死狀恐怖织中,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情衷戈,我是刑警寧澤抠璃,帶...
    沈念sama閱讀 34,322評(píng)論 4 330
  • 正文 年R本政府宣布,位于F島的核電站脱惰,受9級(jí)特大地震影響搏嗡,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,934評(píng)論 3 313
  • 文/蒙蒙 一采盒、第九天 我趴在偏房一處隱蔽的房頂上張望旧乞。 院中可真熱鬧,春花似錦磅氨、人聲如沸尺栖。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,755評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)延赌。三九已至,卻和暖如春叉橱,著一層夾襖步出監(jiān)牢的瞬間挫以,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,987評(píng)論 1 266
  • 我被黑心中介騙來(lái)泰國(guó)打工窃祝, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留掐松,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,358評(píng)論 2 360
  • 正文 我出身青樓粪小,卻偏偏與公主長(zhǎng)得像大磺,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子探膊,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,514評(píng)論 2 348

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