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:myView];
サブビューを後ろに送る機能があるかどうか疑問に思っています。
試す、
目標 C:
[self.view sendSubviewToBack: yourView];
迅速:
self.view.sendSubview(toBack: yourView)