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


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 沙雅县| 彭阳县| 洛南县| 临海市| 江源县| 明光市| 许昌县| 吉首市| 汕尾市| 阳朔县| 天等县| 凌海市| 久治县| 句容市| 东港市| 宿迁市| 利津县| 蒲城县| 扬州市| 曲阜市| 弥渡县| 运城市| 金山区| 嘉定区| 南安市| 崇仁县| 利辛县| 新昌县| 仪征市| 尖扎县| 安顺市| 湖北省| 鄂托克前旗| 共和县| 杭州市| 兰溪市| 稷山县| 盐池县| 宁明县| 上虞市| 昌江|