Commit bd735bca by Matt Kiazyk Committed by GitHub

Make fabMenu a var in order to update it

parent 9a26f67a
......@@ -50,7 +50,7 @@ extension UIViewController {
open class FABMenuController: TransitionController {
/// Reference to the MenuView.
@IBInspectable
open let fabMenu = FABMenu()
open var fabMenu = FABMenu()
/// A FABMenuBacking value type.
open var fabMenuBacking = FABMenuBacking.blur
......
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