控件處理之左滑cell

UITableView自定義系統(tǒng)左滑Cell菜單

- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath {

? ? if (editingStyle == UITableViewCellEditingStyleDelete) {

? ? }

}

- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath {

? ? return UITableViewCellEditingStyleDelete;

}

- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath {

? ? return @"標(biāo)記為\n已回訪";

}

// 設(shè)置顯示多個按鈕

- (NSArray<UITableViewRowAction *> *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath {

? ? UITableViewRowAction * deleteRowAction = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleDefault title:@"屏蔽用戶" handler:^(UITableViewRowAction * _Nonnull action, NSIndexPath * _Nonnull indexPath) {

? ? }];

? ? deleteRowAction.backgroundColor = [UIColor redColor];

? ? UITableViewRowAction * topRowAction = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleDefault title:@"取消關(guān)注" handler:^(UITableViewRowAction * _Nonnull action, NSIndexPath * _Nonnull indexPath) {

? ? }];

? ? topRowAction.backgroundColor = [UIColor blueColor];

? ? return @[deleteRowAction,topRowAction];

}

在cell中自定義樣式

- (void)layoutSubviews

{

? ? [super layoutSubviews];

? ?

? ? // 去掉隱式動畫

? ? [CATransaction begin];

? ? [CATransaction setDisableActions:YES];

? ? [self setupSlideBtn];

? ? [CATransaction commit];

}

// 設(shè)置左滑菜單按鈕的樣式

- (void)setupSlideBtn

{

? ? for (UIView *subView in self.subviews) {

? ? ? ? if([subView isKindOfClass:NSClassFromString(@"UITableViewCellDeleteConfirmationView")]) {

? ? ? ? ? ?

? ? ? ? ? ? // 屏蔽用戶

? ? ? ? ? ? UIView *smsContentView = subView.subviews[0];

? ? ? ? ? ?

? ? ? ? ? ?

? ? ? ? ? ? for (UIView *smsView in smsContentView.subviews) {

? ? ? ? ? ? ? ? [smsView removeAllSubviews];

? ? ? ? ? ? }

? ? ? ? ? ?

? ? ? ? ? ? UIImageView *smsImage = [[UIImageView alloc] init];

? ? ? ? ? ? smsImage.image = [UIImage imageNamed:@"UserView_follow2"];

? ? ? ? ? ? smsImage.frame = smsContentView.bounds;

? ? ? ? ? ? [smsContentView addSubview:smsImage];

? ? ? ? ? ?

? ? ? ? ? ?

? ? ? ? ? ? // 取消關(guān)注

? ? ? ? ? ? UIView *messageContentView = subView.subviews[1];

? ? ? ? ? ?

? ? ? ? ? ? for (UIView *messageView in messageContentView.subviews) {

? ? ? ? ? ? ? ? [messageView removeAllSubviews];

? ? ? ? ? ? }

? ? ? ? ? ?

? ? ? ? ? ? UIImageView *messageImage = [[UIImageView alloc] init];

? ? ? ? ? ? messageImage.image = [UIImage imageNamed:@"UserView_follow1"];

? ? ? ? ? ? messageImage.frame = messageContentView.bounds;

? ? ? ? ? ? [messageContentView addSubview:messageImage];

? ? ? ? ? ?

? ? ? ? }

? ? }

}

使用panCell自定義左滑菜單

1夸楣、創(chuàng)建 cell 繼承 PanTableViewCell?

2鸭蛙、添加PanTableViewCellDelegate協(xié)議方法

3、實現(xiàn)協(xié)議方法

#import "PanCellButton.h"

- (NSArray<PanCellButton *> *)panTableViewCell:(PanTableViewCell *)cell tableView:(UITableView *)tableView rightPanCellButtonsAtIndexPath:(NSIndexPath *)indexPath{

? ?

? ? PanCellButton *removeFollowUserButton = [[PanCellButton alloc] initWithTitle:nil image:[UIImage imageNamed:@"UserView_follow1"] onClickCallback:^(UIButton *panButton) {

? ? ? ? [self CancelFollowAction];

? ? }];

? ?

? ? PanCellButton *hiddenUserButton = [[PanCellButton alloc] initWithTitle:nil image:[UIImage imageNamed:@"UserView_follow2"] onClickCallback:^(UIButton *panButton) {

? ? ? ? [self ShieldingUser];

? ? }];

? ?

? ? return @[hiddenUserButton,removeFollowUserButton];

}

效果圖

菜單的大小可以自定義

下載使用

https://github.com/githubze/panCell

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末涉馁,一起剝皮案震驚了整個濱河市汪疮,隨后出現(xiàn)的幾起案子峭火,更是在濱河造成了極大的恐慌,老刑警劉巖智嚷,帶你破解...
    沈念sama閱讀 206,482評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件卖丸,死亡現(xiàn)場離奇詭異,居然都是意外死亡盏道,警方通過查閱死者的電腦和手機(jī)稍浆,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,377評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來猜嘱,“玉大人衅枫,你說我怎么就攤上這事∪” “怎么了为鳄?”我有些...
    開封第一講書人閱讀 152,762評論 0 342
  • 文/不壞的土叔 我叫張陵裳仆,是天一觀的道長腕让。 經(jīng)常有香客問我,道長,這世上最難降的妖魔是什么纯丸? 我笑而不...
    開封第一講書人閱讀 55,273評論 1 279
  • 正文 為了忘掉前任偏形,我火速辦了婚禮,結(jié)果婚禮上觉鼻,老公的妹妹穿的比我還像新娘俊扭。我一直安慰自己,他們只是感情好坠陈,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,289評論 5 373
  • 文/花漫 我一把揭開白布萨惑。 她就那樣靜靜地躺著,像睡著了一般仇矾。 火紅的嫁衣襯著肌膚如雪庸蔼。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,046評論 1 285
  • 那天贮匕,我揣著相機(jī)與錄音姐仅,去河邊找鬼。 笑死刻盐,一個胖子當(dāng)著我的面吹牛掏膏,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播敦锌,決...
    沈念sama閱讀 38,351評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼馒疹,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了乙墙?” 一聲冷哼從身側(cè)響起行冰,我...
    開封第一講書人閱讀 36,988評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎伶丐,沒想到半個月后悼做,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,476評論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡哗魂,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,948評論 2 324
  • 正文 我和宋清朗相戀三年肛走,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片录别。...
    茶點(diǎn)故事閱讀 38,064評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡朽色,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出组题,到底是詐尸還是另有隱情葫男,我是刑警寧澤,帶...
    沈念sama閱讀 33,712評論 4 323
  • 正文 年R本政府宣布崔列,位于F島的核電站梢褐,受9級特大地震影響旺遮,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜盈咳,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,261評論 3 307
  • 文/蒙蒙 一耿眉、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧鱼响,春花似錦鸣剪、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,264評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至江滨,卻和暖如春拥褂,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背牙寞。 一陣腳步聲響...
    開封第一講書人閱讀 31,486評論 1 262
  • 我被黑心中介騙來泰國打工饺鹃, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人间雀。 一個月前我還...
    沈念sama閱讀 45,511評論 2 354
  • 正文 我出身青樓悔详,卻偏偏與公主長得像,于是被迫代替她去往敵國和親惹挟。 傳聞我的和親對象是個殘疾皇子茄螃,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,802評論 2 345

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

  • 1.nav1.navigationBar.barStyle=UIBarStyleBlack; //改變導(dǎo)航欄背景顏...
    SadMine閱讀 1,556評論 1 4
  • *7月8日上午 N:Block :跟一個函數(shù)塊差不多,會對里面所有的內(nèi)容的引用計數(shù)+1连锯,想要解決就用__block...
    炙冰閱讀 2,473評論 1 14
  • 版權(quán)聲明:未經(jīng)本人允許,禁止轉(zhuǎn)載. 1. TableView初始化 1.UITableView有兩種風(fēng)格:UITa...
    蕭雪痕閱讀 2,906評論 2 10
  • 一群人像一股胡亂頹圮的色彩融入了黑白分明的大綱,從進(jìn)門那一刻橘右京就開始恍惚起來运怖。 人是從什么時候有恍惚這種感覺的...
    丁二二丁閱讀 313評論 0 1
  • 平時很少去醫(yī)院拼弃,倒不是身體多好,是嫌麻煩摇展。沒想到去了一趟醫(yī)院,發(fā)生很多麻煩事咏连。 這幾個月鼻炎越來越嚴(yán)重盯孙,朋友嚴(yán)正警...
    傲骨前妻閱讀 212評論 0 1