Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Showing in iPhone 5s iOS 12 - Auto Layout #26

Open
oguzhanozdemir opened this issue Jan 8, 2019 · 0 comments
Open

Not Showing in iPhone 5s iOS 12 - Auto Layout #26

oguzhanozdemir opened this issue Jan 8, 2019 · 0 comments

Comments

@oguzhanozdemir
Copy link

oguzhanozdemir commented Jan 8, 2019

    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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant