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

On click DropDown, The app stops working #136

Open
Saurabh-Singh-Lodhi opened this issue Apr 5, 2024 · 0 comments
Open

On click DropDown, The app stops working #136

Saurabh-Singh-Lodhi opened this issue Apr 5, 2024 · 0 comments

Comments

@Saurabh-Singh-Lodhi
Copy link

Until I click on this drop everything is working fine in the app, The moment i click on this DropDown, no drop will appear even the app stopped working, in the console there is no error even my app is not crashing it just stopped working (Clicks, events, Navigations)

Here is the code:

import iOSDropDown

@IBOutlet weak var txt_child: DropDown!

override func viewDidLoad() {
    super.viewDidLoad()

        txt_child.inputView = UIView()   //So that I will not show keyboard on click
        txt_child.optionArray = childNameArray //Child Array is an array of string
    
        txt_Child.didSelect { selectedText, index, id in
            print(selectedText)
        }
    
    }
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