Skip to content

How to move another viewcontroller when button is tapped ? #44

Open
@IOSDeveloperProgrammer

Description

@IOSDeveloperProgrammer

`func circleMenu(_ circleMenu: CircleMenu, buttonDidSelected button: UIButton, atIndex: Int) {
print("button did selected: (atIndex)")

let storyboard = UIStoryboard(name: "Main", bundle: nil)
let annoucement = storyboard.instantiateViewController(withIdentifier: "FirstVC") as! FirstVC

}`

This method is not working. please guide me

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions