0

Change overlap order for SWRevealViewController

We call home view as front view, and sidebar view as rear view;

My question is, can we change just the overlap, say the sidebar is on top, and the home view is under sidebar? This does not change anything else, just too change the visual effect.

4

1 回答 1

0

在需要执行此操作的 viewController 中,添加以下代码行。

[self.view bringSubviewToFront:self.sidebarview];

希望这会帮助你。

于 2015-01-13T13:08:38.590 回答