UITableViewStyle类型
2020-02-06 本文已影响0人
啵啵_long_港
typedef NS_ENUM(NSInteger, UITableViewStyle) {
UITableViewStylePlain, // regular table view
UITableViewStyleGrouped, // sections are grouped together
UITableViewStyleInsetGrouped API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos) // grouped sections are inset with rounded corners
};