国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > iOS > 正文

iOS8使用UITableViewRowAction自定義UITableView左劃樣式

2019-11-09 15:59:58
字體:
來源:轉載
供稿:網友

iOS 8之前使用如下方式自定義UITableView左劃后顯示的文字,不過該樣式太單一了,而且只能顯示一個:

- (nullable NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath NS_AVAILABLE_IOS(3_0) __TVOS_PROHIBITED;

而從iOS 8開始UITableView的協議UITableViewDelegate增加了如下方法,可以自定義左劃后顯示多個,樣式也有更多選擇了:

- (nullable NSArray<UITableViewRowAction *> *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath NS_AVAILABLE_IOS(8_0) __TVOS_PROHIBITED;

實現該代理方法后,以下的這個代理方法就不執行了:

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

UITableViewRowAction的定義如下:

NS_CLASS_AVAILABLE_IOS(8_0) __TVOS_PROHIBITED @interface UITableViewRowAction : NSObject <NSCopying>+ (instancetype)rowActionWithStyle:(UITableViewRowActionStyle)style title:(nullable NSString *)title handler:(void (^)(UITableViewRowAction *action, NSIndexPath *indexPath))handler;

@property (nonatomic, readonly) UITableViewRowActionStyle style;@property (nonatomic, copy, nullable) NSString *title;@property (nonatomic, copy, nullable) UIColor *backgroundColor; // default background color is dependent on style@property (nonatomic, copy, nullable) UIVisualEffect* backgroundEffect;@end

typedef NS_ENUM(NSInteger, UITableViewRowActionStyle) {    UITableViewRowActionStyleDefault = 0,    UITableViewRowActionStyleDestructive = UITableViewRowActionStyleDefault,    UITableViewRowActionStyleNormal} NS_ENUM_AVAILABLE_IOS(8_0) __TVOS_PROHIBITED;

其中不修改backgroundColor時,backgroundColor的顏色是由style決定的,UITableViewRowActionStyleDestructive時是紅色的刪除樣式,UITableViewRowActionStyleNormal時是灰色樣式,類似于微信好友列表左劃后的“備注”。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 京山县| 大庆市| 会东县| 涪陵区| 永清县| 甘肃省| 治多县| 沭阳县| 冀州市| 文化| 台州市| 阿尔山市| 石门县| 大足县| 来凤县| 济南市| 宜兴市| 建昌县| 昌江| 荔浦县| 福州市| 米林县| 鸡泽县| 固始县| 黔南| 临夏县| 苏尼特右旗| 林州市| 陆良县| 余干县| 星子县| 南岸区| 南澳县| 建湖县| 辽阳市| 洞头县| 鹤庆县| 会宁县| 双柏县| 德钦县| 蛟河市|