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.
如果我有 UITabBar 和 UITableView,那么 UITabBar 对象将在 UITableView 上重叠。
如何在 MonoTouch 中解决这个问题?
这与这篇文章中的问题相同:部分被 UITabBar 隐藏
我找到了解决方案。默认情况下,MonoTouch 从 UIViewController 扩展控制器。如果将其更改为 UITableViewController,则将解决重叠问题。
在执行此操作时,请确保将 IB 中的所有者视图出口分配给 UITableViewController 内的表。