How to add View below other view in ViewController in iOS? Ricardo 9:51I n Storyboard or IB you can rearrange them freely. In code you do - (void)insertSubview:(UIView *)view belowSubview:(UIView *)siblingSub...Read More