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

首頁 > 系統 > iOS > 正文

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

2019-11-09 14:50:31
字體:
來源:轉載
供稿:網友

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時是灰色樣式,類似于微信好友列表左劃后的“備注”。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 通辽市| 新化县| 泰兴市| 民和| 奉新县| 丹东市| 南澳县| 平和县| 平塘县| 奎屯市| 南阳市| 昭通市| 濮阳县| 永登县| 利津县| 吉木萨尔县| 青冈县| 息烽县| 凌海市| 双江| 招远市| 宣化县| 如皋市| 阿拉善盟| 通榆县| 旬邑县| 城固县| 祁东县| 县级市| 车险| 长武县| 兴国县| 广州市| 都兰县| 新蔡县| 任丘市| 南川市| 井研县| 三原县| 武隆县| 丽江市|