KYDrawerController icon indicating copy to clipboard operation
KYDrawerController copied to clipboard

Side Drawer Navigation Controller similar to Android

Results 50 KYDrawerController issues
Sort by recently updated
recently updated
newest added

I'm using the storyboard approach. It works as expected, however the first time that you open the drawer either by swiping / programatically, the animation stutters a bit. Succeeding actions...

enhancement
help wanted

Hello, Great library ! I was able to put the right drawer and the left drawer but I am not able to put the right and the left in the...

question

I am getting this, but height is not full: ![simulator screen shot may 16 2016 13 38 42](https://cloud.githubusercontent.com/assets/1878794/15288512/c4308c2e-1b6b-11e6-8f74-38847d59d71c.png) This is my setup: ![screen shot 2016-05-16 at 13 41 06](https://cloud.githubusercontent.com/assets/1878794/15288527/e0bc2862-1b6b-11e6-92d9-5c9e5b023099.png) On...

help wanted
possible bug

Hi. Why the example is separated into two sub-folders? I'm a newbie to iOS and it's difficult to me to add this to my project... I'm really confused. Is there...

enhancement

Please support auto layout with drawerWidth for show on many device size.

enhancement

On first run of ``` drawerController.setDrawerState(KYDrawerController.DrawerState.Opened, animated: true) ``` to open the drawer, the drawer view controller has a slight vertical animation. Presumably, this is from a CGRectZero frame or...

bug
help wanted

The pan to close gesture recogniser overrides the ability to swipe left to delete items in a table view within the drawer. There should be an option to disable the...

enhancement

When I open a view controller from drawer the menu items on the navigation bar appear cropped(half of it goes outside screen) and the main view of viewcontroller's top part...

bug
help wanted

I am sure that if set "drawerViewControlller" before "mainViewController", it will not work. Just try in the "Code" Example by simply reordering setting sequence of "drawerViewControlller" and "mainViewController" in AppDelegate....

bug
help wanted

I want to change the drawer direction on the fly when the user changes language in the app and all the layout direction is changed as well? Can the drawer...

question