首先,有兩個(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;
UICollectionView的代理方法
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)奶是,“玉大人楣责,你說(shuō)我怎么就攤上這事∧羯常” “怎么了秆麸?”我有些...
- 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)及汉。 經(jīng)常有香客問(wèn)我沮趣,道長(zhǎng),這世上最難降的妖魔是什么坷随? 我笑而不...
- 正文 為了忘掉前任房铭,我火速辦了婚禮驻龟,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘缸匪。我一直安慰自己翁狐,他們只是感情好,可當(dāng)我...
- 文/花漫 我一把揭開白布豪嗽。 她就那樣靜靜地躺著谴蔑,像睡著了一般。 火紅的嫁衣襯著肌膚如雪龟梦。 梳的紋絲不亂的頭發(fā)上隐锭,一...
- 那天,我揣著相機(jī)與錄音计贰,去河邊找鬼钦睡。 笑死,一個(gè)胖子當(dāng)著我的面吹牛躁倒,可吹牛的內(nèi)容都是我干的荞怒。 我是一名探鬼主播,決...
- 文/蒼蘭香墨 我猛地睜開眼秧秉,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼褐桌!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起象迎,我...
- 序言:老撾萬(wàn)榮一對(duì)情侶失蹤荧嵌,失蹤者是張志新(化名)和其女友劉穎,沒(méi)想到半個(gè)月后砾淌,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體啦撮,經(jīng)...
- 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
- 正文 我和宋清朗相戀三年汪厨,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了赃春。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
- 正文 年R本政府宣布,位于F島的核電站脱惰,受9級(jí)特大地震影響搏嗡,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜,卻給世界環(huán)境...
- 文/蒙蒙 一采盒、第九天 我趴在偏房一處隱蔽的房頂上張望旧乞。 院中可真熱鬧,春花似錦磅氨、人聲如沸尺栖。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)延赌。三九已至,卻和暖如春叉橱,著一層夾襖步出監(jiān)牢的瞬間挫以,已是汗流浹背。 一陣腳步聲響...
- 正文 我出身青樓粪小,卻偏偏與公主長(zhǎng)得像大磺,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子探膊,可洞房花燭夜當(dāng)晚...
推薦閱讀更多精彩內(nèi)容
- iOS流布局UICollectionView系列二——UICollectionView的代理方法 一杠愧、引言 在上一...
- UICollectionViewDataSource協(xié)議 這個(gè)協(xié)議主要用于collectionView相關(guān)數(shù)據(jù)的處...
- pragma mark - 創(chuàng)建UI -(void)createUI{// 創(chuàng)建網(wǎng)格布局對(duì)象 UIColl...
- 1.沒(méi)設(shè)置代理,不管是手寫還是xib逞壁。 2.沒(méi)有數(shù)據(jù)流济,可能是網(wǎng)絡(luò)或本地沒(méi)有數(shù)據(jù)。 3.那就是高度為0猾担。一個(gè)cell...