gpt4 book ai didi

ios - static UITableViewCell 如何防止 Contenttview 选择

转载 作者:行者123 更新时间:2023-11-29 00:23:26 25 4
gpt4 key购买 nike

我在静态单元格内有 UIPickerView 并且 UIPickerView 选择工作正常。然而。如果用户在 UIPickerView 之外单击,它会选择单元格并创建灰色背景。我想禁止用户选择单元格并突出显示灰色,但应该只能选择该单元格内的 UIPickerView

我该怎么做?

我试过:

   override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: IndexPath!) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withIdentifier:"CellIdentifier", for: indexPath) as UITableViewCell


cell.selectionStyle = UITableViewCellSelectionStyle.none

return cell
}

现在静态单元格甚至不会显示。

我怎样才能实现我想要的。

最佳答案

您可以禁用表格 View 中单元格的选择:

   yourTableView.allowsSelection = false

关于ios - static UITableViewCell 如何防止 Contenttview 选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43729826/

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