gpt4 book ai didi

ios - 如何在 Swift 中使 TableView 的标题 View 可点击

转载 作者:行者123 更新时间:2023-11-28 14:03:17 25 4
gpt4 key购买 nike

有什么方法可以使 tableview 的标题 View 可点击,以便可以导航到另一个 View Controller 。

image

我正在尝试制作与“Chelsea”团队相同的设计(部分标题,它是可点击的)并且包含 2 个不同类型的单元格(两者都是可点击的)。那么,我应该遵循什么方法来创建相同的设计。或者请建议任何其他方法。

最佳答案

您可以实现以下方法,在 viewForHeaderInSection: 中,您可以定义 UIButton 或者您可以在 UIView 上添加点击手势

-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section

-(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section

关于ios - 如何在 Swift 中使 TableView 的标题 View 可点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53299998/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com