国产探花免费观看_亚洲丰满少妇自慰呻吟_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時是灰色樣式,類似于微信好友列表左劃后的“備注”。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 隆昌县| 东乡县| 深水埗区| 彭山县| 奉贤区| 襄垣县| 巴塘县| 三台县| 定襄县| 阿拉善右旗| 延吉市| 辉县市| 六安市| 象山县| 拉萨市| 观塘区| 东丽区| 杭锦后旗| 长宁区| 仁化县| 嘉黎县| 绥化市| 花莲县| 余庆县| 小金县| 时尚| 扶绥县| 六盘水市| 恭城| 无锡市| 天祝| 山丹县| 福贡县| 松江区| 德阳市| 多伦县| 江西省| 利津县| 会同县| 商洛市| 花莲市|