如何向 UITableView 添加描述
如何在此图片中添加“加利福尼亚”等描述。
How can I to add a description like "California" in this image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在此图片中添加“加利福尼亚”等描述。
How can I to add a description like "California" in this image.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
它是你的表头。部分的表视图标题。您可以通过实现数据源方法来获得节标题
Its your table header. The table view header for sections. You can have section headers by implementing the datasource method
在 UITableViewDataSource(UITableView 的委托)中,
此方法控制节标题标题:
In your UITableViewDataSource (a delegate of the UITableView),
this method controls the section header titles:
这是一个节标题。 UITableViewDelegate 方法是:
That is a section header.The UITableViewDelegate Method is: