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.
在新 iPad 上发现了一些 bug,tableView 的背景变得完全透明。问题是由“组表视图背景颜色”被弃用引起的。(虽然在 iOS6.0 的 iPhone5 上完全没问题)
我知道大多数弃用都是有充分理由的,但为什么要弃用呢?开发人员可以利用任何特殊优势吗?
在 Apple 讨论板上,一位 Apple 工程师解释说,在 iOS 6 中,表格视图背景已被调整到无法再由 UIColor 表示的程度。表视图现在使用背景视图。