Commit c87070f1 by Daniel Dahan

fixed warning in App example project

parent 8d8faee7
......@@ -47,7 +47,7 @@ class AppMenuController: MenuController {
private let menuViewRightInset: CGFloat = 16
/// Reference if the menuView is hidden.
public private(set) var isMenuViewHidden: Bool = false
private(set) var isMenuViewHidden: Bool = false
override func viewDidLoad() {
super.viewDidLoad()
......
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