-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug #47
Comments
看demo的处理方式。。或者调用cw_present方法 |
demo处理方式:leftVC 的viewDidAppear里这个[self.view.superview sendSubviewToBack:self.view]; |
这个方法在vc dismiss的时候能看到主控制器view返回轨迹,感官上感觉不太好,而且在present的时候也能看到主控制view消失。使用cw_present无效一present,leftVC先消失然后再present nextVC,dismiss又回到主控制器了。请问下,还可以怎么优化?我的主控制器是Navi+VC没有TarBarVC。 |
你看一下我demo里面leftVC 第一个present 就是直接present且是按照上面的做的,是正常的。你可以试试left抽屉的可视范围只有0.75宽,你可以把left里面的子视图的宽度设置成这么多,然后你把leftVC的背景色设置成透明就不会有看到leftVC放到下层的轨迹了。 |
present一个navigationcontroller后,再dismiss后,原控制器被抽屉遮盖
The text was updated successfully, but these errors were encountered: