UITableViewCellAccessoryType对应的效果

typedef NS_ENUM(NSInteger, UITableViewCellAccessoryType) {

  • UITableViewCellAccessoryNone,
    // don't show any accessory view
    UITableViewCellAccessoryDisclosureIndicator,
    // regular chevron. doesn't track
    UITableViewCellAccessoryDetailDisclosureButton
    __TVOS_PROHIBITED, // info button w/ chevron. tracks
    UITableViewCellAccessoryCheckmark,
    // checkmark. doesn't track
    UITableViewCellAccessoryDetailButton
    NS_ENUM_AVAILABLE_IOS(7_0) __TVOS_PROHIBITED // info button. tracks
    };
UITableViewCellAccessoryDisclosureIndicator
UITableViewCellAccessoryDetailDisclosureButton
UITableViewCellAccessoryCheckmark
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 什么是UITableView 在众多移动应用中,能看到各式各样的列表数据 在iOS中,要实现展示列表数据,最常用的...
    Coder_Fsh_Messi阅读 1,781评论 0 2
  • UI初级: 第一天 第二天 第三天 UINavigationController:导航控制器 (导航栈型结构), ...
    歌白梨阅读 3,644评论 0 3
  • 掌握 设置UITableView的dataSource、delegate UITableView多组数据和单组数据...
    JonesCxy阅读 4,938评论 0 2
  • 1、 不知从何时起,“死亡”这个词悄悄的在靠近三四十岁,甚至二十多岁。我知道,生死有命,死亡与年龄无关。但是,看到...
    叶芬阅读 9,403评论 28 51
  • 最近在看爱范儿灵感早读,文章的内容可圈可点,在收藏夹内不便于观看,进行分类整理以便日后观看。(本文链接转自爱范儿A...
    _Shrek阅读 1,937评论 0 0