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.
我正在使用 MMDrawer Obj C 库在我的 Swift 项目中打开左抽屉,一切正常,但是在点击 CenterVC 时,没有任何反应(它没有关闭抽屉),在 obj C 项目的早期,它工作正常。
我认为您需要添加一个操作,然后添加代码以关闭抽屉。像点击手势。
这个答案显示了关闭抽屉的代码。
代码