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 和一个标签,我试图将标签放在视图中 TextField 后面,但无论如何,标签保持可见并在 TextField 前面,如何更改计划对象在视图中的位置?
UIView 中的每个可见对象都是 UIView 的子类,所有 UIView 都具有 brigSubviewtoFront 方法,因为这样:
[self.view bringSubviewToFront:textField];