Commit e819c860 by whitepixelstudios Committed by GitHub

FABMenuItem: Fix default for backwards compatibility

parent 1be8e710
......@@ -82,7 +82,7 @@ open class FABMenuItem: View {
addSubview(titleLabel)
}
}
open var titleLabelSide : labelSide = .right
open var titleLabelSide : labelSide = .left
public enum labelSide {
case left
......
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