- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的应用程序在模拟器和 iPhone OS 2.2.1 设备上完美运行。但我也有一台安装了 iPhone OS 3.0 的设备。当我点击公开按钮时,不会调用accessoryButtonTappedForRowWithIndexPath 方法,但公开按钮的颜色会变暗。
有人遇到过这样的问题吗?
如何解决这个问题?
最佳答案
现在 OS 3.0 已正式推出:
问题出在UITableViewCell 的accessoryType 属性上。只要您同时针对 OS 2.x 和 OS 3.x,请使用 tableView:accessoryTypeForRowWithIndexPath: 委托(delegate)方法。
关于iphone - 未调用accessoryButtonTappedForRowWithIndexPath,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/959901/
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UIT
在我的 iOS 表格 View 中,我有一个 TableViewDelegate 需要的函数: override func tableView(tableView: UITableView, acce
我正在创建一个详细信息披露按钮,该按钮正在使用数组进行填充...。但是我的类中未调用 accessoryButtonTappedForRowWithIndexPath: 函数。它是一个 Tablevi
我正在尝试在 Swift 2 的 UITableViewController 上实现 accessoryButtonTappedForRowWithIndexPath:。 正如我在下面解释的那样,我认
我有一个 UITableViewController,其中填充了来自 viewDidLoad 中调用的 NSFetchRequest 的 NSManagedObjects。 除了 accessoryB
我是一名优秀的程序员,十分优秀!