KGFloatingDrawer
KGFloatingDrawer copied to clipboard
A floating navigation drawer with an interesting animated presentation written in Swift.
Swift 4.0
The framework installed from cocoapods seems not working well (actually even can't pass the compile) Could you please add support for Xcode9? (BTW, the readme.md isn't showing correctly, there should...
You can use my fork -> https://github.com/yunustek/KGFloatingDrawer
The project upgraded to Swift 5 and XCode 10.2.1
而且还是swift2.0写的,不如看看这个吧? // 强大的swift3.0版本侧滑全功能、第三方库都满足不了我的要求、谢谢star https://github.com/lishengbing/swift3.0-XJDragerDemo
Hello, i want to show an UIAlertController from my KGFloatingDrawer, but when i click on my item, which must display the alert, it doesn't show anything and if i put...
Would it be possible to have a pan gesture, to swipe right on the main view to open the drawer? Like in the stock Messages app, when in a message,...
Hi. This is a simple one to fix for this version of Xcode. fatal error: init(coder:) has not been implemented: file ./Pods/KGFloatingDrawer/Pod/Classes/KGDrawerViewController.swift, line 29 required public init?(coder aDecoder: NSCoder) {...
Hi, I want when side menu open and click on item and go to next view when I put back I go to previous page without load it again. how...