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.
突出显示 UITableViewCell 时是否可以执行操作?例如,我有一个带有可点击标签和按钮的 UITableViewCell。我想在任何地方突出显示/触摸单元格时显示一个弹出框,以便显示弹出框而不会干扰标签和按钮。
使用 tableView 的委托方法-tableView:didSelectRowAtIndexPath:。
-tableView:didSelectRowAtIndexPath: