无法更改 iPad UI 中的 UITableView 背景颜色
当我为 iPhone 创建 UIViewController 时,我可以轻松更改 UITableView 背景色,但是当我为 iPad 创建 UIViewController 时,我无法更改 UITableView 背景色。为什么?
我使用 XCode 版本 4.2。
When I create UIViewController for iPhone I can easily change UITableView backcolor, but when I create for iPad I cannot change UITableView backcolor. Why?
I use XCode Version 4.2.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不应该有什么不同。
您是否尝试直接在代码中更改它?在您的控制器实现中,
如果没有任何代码或更高的精度,我认为我们无法为您提供更多帮助。
It shouldn't be different.
Did you try to change it in the code directly? In your controller implementation
Without any code or more precision we can't really help you more than that, I think.