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.
私には2つのビューがあります。ボタンをクリックして最初のビューを表示すると、他のビューのタップはまだ最初のビューのページの下部にあります。
しかし、そのタップをクリックして2番目のビューを表示すると、最初のビューの後ろに表示されます!これを修正するにはどうすればよいですか?
ありがとう
このように手前に持ってくることができます
[self.view bringSubviewToFront:secondView];