Commit 794e9558 by Daniel Dahan Committed by GitHub

Merge pull request #1055 from MattKiazyk/patch-1

Open up FABMenu a little bit
parents 663f67f1 bd735bca
...@@ -186,7 +186,7 @@ open class FABMenu: View { ...@@ -186,7 +186,7 @@ open class FABMenu: View {
/// A reference to the SpringAnimation object. /// A reference to the SpringAnimation object.
internal let spring = SpringAnimation() let spring = SpringAnimation()
open var fabMenuDirection: FABMenuDirection { open var fabMenuDirection: FABMenuDirection {
get { get {
......
...@@ -50,7 +50,7 @@ extension UIViewController { ...@@ -50,7 +50,7 @@ extension UIViewController {
open class FABMenuController: TransitionController { open class FABMenuController: TransitionController {
/// Reference to the MenuView. /// Reference to the MenuView.
@IBInspectable @IBInspectable
open let fabMenu = FABMenu() open var fabMenu = FABMenu()
/// A FABMenuBacking value type. /// A FABMenuBacking value type.
open var fabMenuBacking = FABMenuBacking.blur 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