From baefc87b59e8b619b35a2acdb9f14b076e74c41f Mon Sep 17 00:00:00 2001 From: Eber Luwagga Date: Sat, 15 Jul 2017 17:22:46 +0900 Subject: [PATCH] Removed @IBInspectable as its causing error on Xcode 9 --- VHBoomMenuButtonSwift/BoomMenuButton/BoomMenuButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///