标签:show 样式 check 技术分享 tab ack cat span reg
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 };
标签:show 样式 check 技术分享 tab ack cat span reg
原文地址:http://www.cnblogs.com/dahongliang/p/6068049.html