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
var bmb = VHBoomMenuButton.init(frame: CGRect.init(x: 0, y: 0, width: 60, height: 60))
bmb.buttonEnum = .ham
bmb.piecePlaceEnum = .HAM_5
bmb.buttonPlaceEnum = .HAM_5
for _ in 0..<bmb.pieceNumber() {
let builder = VHHamButtonBuilder.init()
builder.normalImageName = "butterfly"
builder.normalText = "Text"
builder.normalSubText = "Sub Text"
bmb.add(builder)
}
I added it but its not showing. When I use "bmb.boom()" screen lock. It already is not showing anything.
Swift 4
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: