将一个view放置在其兄弟视图的最上面[parentView bringSubviewToFront:yourView]将一个view放置在其兄弟视图的最下面[parentView sendSubviewToBack:yourView]