gpt4 book ai didi

iphone - UIButton 在单元格被触摸时也会突出显示

转载 作者:行者123 更新时间:2023-12-03 20:11:04 26 4
gpt4 key购买 nike

我的表格单元格上有一个 UIButton,它会弹出 (touchUpInside) UIAlertView 并询问用户是否要删除与该单元格关联的文件。否则,触摸单元格本身会突出显示该单元格,然后移动到下一个级别以显示内容。问题在于,当单元格被选择突出显示时,按钮也会突出显示,从而使用户感到困惑。

我怎样才能告诉按钮忽略对单元格的触摸或告诉单元格不理会该死的按钮。

最佳答案

我尝试了这种解决方法,结果好坏参半。虽然它会返回 button到其 normal 状态下,从正常变为selected时有短暂的闪烁。 ,然后再次恢复正常。

 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
CustomCell *cell = (CustomCell *)[tableView cellForRowAtIndexPath:indexPath];
cell.button.highlighted = NO;
}

关于iphone - UIButton 在单元格被触摸时也会突出显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2769290/

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