How would you insert it behind the main view?
Thanks,
David
You can use insertSubview:belowSubview:
[mainView.superview insertSubview:imageView belowSubview:mainView];