-
**我是在导航控制器的二级页面加的抽屉效果,抽屉从右边滑出**
**现在碰到的问题是关闭抽屉的手势和导航栏的pop手势之间有冲突。**
**就是侧滑时抽屉并没有被关闭,而调用到了导航栏的pop手势,抽屉的根控制器被pop掉了**
**以下是我的example代码:**
```
import UIKit
import CWLateralSlide
class D…
-
First off, thanks for the great library.
I've run into a bug where the shadow/dimming view is off if you aren't returning `PulleyPosition.all` for `supportedDrawerPositions()`.
This can easily b…
-
```swift
let mainContentVC = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "PrimaryContentViewController")
let drawerContentVC = UIStoryboard(name: "Main", b…
-
I have a UI which is utilizing Pulley for displaying content from the bottom, but in a transient manner, similar to how you would use master/detail or modal view controller pattern. This is a bit diff…
-
## New Issue Checklist
I have read the [guidelines for contributing](https://github.com/jonkykong/SideMenu/blob/master/.github/CONTRIBUTING.md) and I understand:
- [X] My issue is happening in t…
-
I absolutely ❤️ this library, thank you so much for creating/maintaining it! It's been a joy to integrate and makes my app so much more fitting with current iOS design.
I am wondering however what …
-
Hi,
Is it possible to add TabbarController as center view ?
-
Hi guys. I'm getting such kind of exception from crash reports and do not understand why this happens. Could you please help me with this issue? (my app name is NewGoMapV2.0)
EXC_BAD_ACCESS / KERN…
-
So I have a UIButton inside UIView and this view is hidden when the drawer is collapsed. The button works fine when you first open the drawer. However, after you collapse the drawer and open back to `…
-
First off, thank you for the great library and the great support!
In the project that I'm working on I've run into a situation where I would like something _other_ than the `drawerContentViewContro…