How to add View below other view in ViewController in iOS?
In Storyboard or IB you can rearrange them freely.
In code you do
- (void)insertSubview:(UIView *)view belowSubview:(UIView *)siblingSubview
.
How to add View below other view in ViewController in iOS?
Reviewed by Ricardo
on
9:51
Rating:
No hay comentarios: