Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Apple 的通讯录应用程序中,如果您访问一个有两个电子邮件或两个电话号码的联系人,按钮将共享一个中心边框,顶部的按钮将在顶部有圆角,而底部的按钮将在那里有圆角。
我怎样才能做到这一点?我想用按钮和标签来做。
创建 UITableView 时,可以将其样式设置为“分组”。initWithFrame:style:分组的 tableView 会自动为您提供所需的圆角(查看方法UITableViewStyleGrouped)
initWithFrame:style:
UITableViewStyleGrouped