Skip to content

When pullupview hide then it never show up again #3

@shashi751

Description

@shashi751

I used the code as below for test purpose
@IBAction func showPullupController(_ sender: UIButton) {

if sender.currentTitle == "Show"{
    pullUpControl.setupCard(from: view)
    sender.setTitle("Hide", for: .normal)
}else{
    pullUpControl.hide()
    sender.setTitle("Show", for: .normal)
}

}
first time it setUp the view and display the pullupview but when it hides in else condition it will never show up even if it goes to if condition. Please suggest the fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions