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.
我有两个视图,当我单击一个按钮以显示第一个视图时,另一个视图的水龙头仍位于第一个视图页面的底部。
但是当我点击那个水龙头给我带来第二个视图时,它把它带到第一个视图后面!我该如何解决这个问题?
谢谢
你可以把它放在前面,像这样
[self.view bringSubviewToFront:secondView];