美文网首页
UITableViewStyle类型

UITableViewStyle类型

作者: 啵啵_long_港 | 来源:发表于2020-02-06 14:23 被阅读0次

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
};

相关文章

网友评论

      本文标题:UITableViewStyle类型

      本文链接:https://www.haomeiwen.com/subject/kbtuxhtx.html