I’d like to know how to manage objects plans.
I explain my issue :
I have a UITextField and a Label, and I’m trying to place the label behind the TextField in the view, but anything to do, the Label stay visible and in front of the TextField, How to change the plan position of object into a view ?
I’d like to know how to manage objects plans. I explain my issue :
Share
Every visible objects in a UIView is a subclass of UIView and all UIViews have the method brigSubviewtoFront because so: