Commit 730e96b9 by Daniel Jonathan Committed by GitHub

Merge pull request #1248 from OrkhanAlikhanov/nav-drawer-objc-apis

Exposed NavigationDrawerController methods for objc
parents 6670b2d1 d5a5af55
......@@ -132,6 +132,7 @@ public protocol NavigationDrawerControllerDelegate {
}
@objc(NavigationDrawerController)
@objcMembers
open class NavigationDrawerController: TransitionController {
/// A boolean indicating if the panel is animating.
fileprivate var isAnimating = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment