gpt4 book ai didi

ios - 如何获取所选sectionIndexTitle的点(CGPoint)

转载 作者:行者123 更新时间:2023-11-29 05:53:39 24 4
gpt4 key购买 nike

如何获取tableView中选定的sectionIndexTitle的点(CGPoint)?我没有找到任何方法来实现这一点。

- (NSInteger)tableView:(UITableView *)tableView sectionForSectionIndexTitle:(NSString *)title atIndex:(NSInteger)index {
//How to get the point of the selected sectionIndexTitle
return index;
}

是否有可能有一种方法来获取所选的sectionIndexTitle对象?这样我就可以访问它的框架并更改它的颜色。

最佳答案

你可以做一件事来获取单元格的 CGpoint。创建一个 block ,并且每当用户点击单元格时。使用以下代码获取CGPoints

让 touchPoint = CGPoint(x: cell.center.x, y: cell.center.y)

关于ios - 如何获取所选sectionIndexTitle的点(CGPoint),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55410902/

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