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.
オブジェクト プランの管理方法を知りたいです。私は自分の問題を説明します: UITextField と Label があり、ビューの TextField の後ろにラベルを配置しようとしていますが、何をしても、Label は表示されたまま TextField の前にあり、計画を変更する方法ビューへのオブジェクトの位置?
UIView 内のすべての可視オブジェクトは UIView のサブクラスであり、すべての UIView にはメソッド brigSubviewtoFront があります。
[self.view bringSubviewToFront:textField];