Skip to content

Commit

Permalink
Merge pull request #1248 from OrkhanAlikhanov/nav-drawer-objc-apis
Browse files Browse the repository at this point in the history
Exposed NavigationDrawerController methods for objc
  • Loading branch information
DanielDahan authored Jun 24, 2019
2 parents 6670b2d + d5a5af5 commit 730e96b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 730e96b

Please sign in to comment.