Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 UITableView 中有几个 UITextField 元素。我可以自由编辑它们,但由于我无法理解或无法轻松复制的原因 - 有时,其中一个字段会变成蓝色背景并保持这种状态。编辑仍然有效,只是由于某种原因被涂成蓝色。
我错过了什么?
在 iPad 3 上试用我的应用程序。Xcode 4.3.x,IOS 5.1.1
我认为它也是被选中的单元格......我认为这应该可以解决问题:
cell.selectionStyle = UITableViewCellSelectionStyleNone;