Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个应该加载到主视图控制器顶部的侧边菜单。
我已经做到了RevealViewController,但这不是我想要的。当侧边菜单出现时,我的主视图控制器应该是模糊的。
RevealViewController
这就是我要的。
你不能每次打电话给你的时候在两个 VC 之间添加一个模糊层presentSideMenu并删除removeSideMenu吗?
presentSideMenu
removeSideMenu