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.
我创建了一个 UIView 并使用 XCode 进行了修改:
但是模拟器和设备上的结果显示是:
那么,为了保持 XCode 版本上定义的高度,有一些属性或任何东西吗?请注意,该表比模拟器上的表大。
您需要检查部分高度、页眉和页脚:
很难看到图片中发生了什么,但请确保您正在使用部分 - 它看起来几乎就像您有多个UITableViews. 您应该只需要在此处为您的 UI 使用一个 tableview。
UITableViews
要检查的第二件事是那些UISearchBars. 他们应该在那里吗?
UISearchBars