diff --git a/VHBoomMenuButtonSwift/BoomMenuButton/BoomMenuButton.swift b/VHBoomMenuButtonSwift/BoomMenuButton/BoomMenuButton.swift index 6c907c8..cb98d97 100644 --- a/VHBoomMenuButtonSwift/BoomMenuButton/BoomMenuButton.swift +++ b/VHBoomMenuButtonSwift/BoomMenuButton/BoomMenuButton.swift @@ -533,7 +533,7 @@ public class BoomMenuButton: UIView, BoomButtonDelegate, BackgroundDelegate { /// The boom-enum of booming and rebooming animations. This property changes the track of the boom-buttons' movement. /// /// The default value is **horizontalThrow2**. - @IBInspectable public var boomEnum = BoomEnum.horizontalThrow2 + public var boomEnum = BoomEnum.horizontalThrow2 /// The name of the ease using in movement, scale and rotation animations of boom-buttons when booming. This property is used to change movement, scale and rotation animations' ease name with a line of code. ///