-
**Describe the question**
When the user swipes drawerViewController I fire my animation to move the custom tabbar, the problem is that my animation somehow gets executed with the drawerViewController…
-
Hello,
I'm trying to put a table view inside the drawer programmatically but I can't scroll it, every time I scroll, the drawer gets scrolled. Don't have much code besides declarations
`let ma…
-
I'm having an issue calling this in a presentviewcontroller. I want the main view to resume after a user logs in but nothing happens:
SideViewController *about = [AppDelegate globalDelegate].drawerVi…
-
I am using `KYDrawerController` in swift. As `DrawerViewController`, I am using a `TableViewController`. I am unable to push another view controller from clicking any cell from drawer tableview.Can an…
-
When calling the presentViewController in the viewDidLoad
```
[UIView animateWithDuration:kModalSeguePushedBackAnimationDuration delay:0.0 options:UIViewAnimationOptionCurveEaseInOut animations:^{
…
-
On first run of
```
drawerController.setDrawerState(KYDrawerController.DrawerState.Opened, animated: true)
```
to open the drawer, the drawer view controller has a slight vertical animation. Presum…
-
The view controller in the drawer view controller should be able to conform to a drawer delegate that reports stuff like snap point changes and the scroll offset etc. This way the view in the drawer v…
-
How to make mainViewcontroller follow drawerViewcontroller moving. thank's very much.
-
![out](https://cloud.githubusercontent.com/assets/4608342/19138883/907bd796-8bb2-11e6-8ff2-60155ecbb4b2.gif)
Hi ykyouhei, I'm the author of KYDrawerController-ObjC. Someone send me a mail about this …
-
I can set width with [drawerViewController setMaximumRightDrawerWidth:200.0f], but how to set height and starting point with coordinate x and y, since I want right side drawer is between top nav bar a…
yao23 updated
9 years ago