, sortSubviewsUsingFunction:context: , , , , , - () . bringSubviewToFront: UIView. , - IBAction :
[self.view bringSubviewToFront: handle]
Assuming the descriptor is an object that / inherits from the UIView. If this is not what you are looking for, then by all means go to sortSubviewsUsingFunction:context:, in which case you will need to change the individual tag properties for each view and sort them accordingly.
source
share