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.
我的 tableview 顶部有另一个视图,上面有 3 个按钮。你可以在这里看到我的故事板。
当我构建和运行时。这个视图显示在我的表格视图的底部。有人知道这怎么可能?
亲切的问候。
您UIView是 的子视图UITableView,要使其位于 tableView 之上,只需将其拖出UITableView范围即可。
UIView
UITableView
如果你选择 UITableView 然后在 Xcode 菜单 Editor->Embed In->View
这会将 UITableView 嵌入到 UIView 中。然后,您可以将 UIView 从 UITableView 中拖出,并将其放置在与 UITableView 相同的级别。