You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i installed pod 'VHBoomMenuButton/Swift', '2.0.0' in xcode 9 with swift 4 and also #import <BoomMenuButton/BoomMenuButton.h> in Bridging File.But now i got two Error like "Property cannot be marked @IBInspectable " And "Property cannot be marked " in BoomMenuButton.swift FIle.
The text was updated successfully, but these errors were encountered:
shaikhmoin
changed the title
Error No such module 'BoomMenuButton'
Error "@IBInspactable"
Jan 13, 2018
I just removed @IBInspectable keyword from where that error appeared (it was twice for me). This will require you to unlock the VHBoomMenuButton library so you can make changes.
i installed pod 'VHBoomMenuButton/Swift', '2.0.0' in xcode 9 with swift 4 and also #import <BoomMenuButton/BoomMenuButton.h> in Bridging File.But now i got two Error like "Property cannot be marked @IBInspectable " And "Property cannot be marked " in BoomMenuButton.swift FIle.
The text was updated successfully, but these errors were encountered: