Open riazurcse opened 7 years ago
Solved the issue by creating a list of Dropdown menu. Thanks anyways. :)
could you elaborate how you solved the problem
OK got it .The dropdown variable needs to be declared globally
I have the same problem ,what can i do for this...?
Create your DropDown variable instance along with your model object. Show/Hide corresponding drop-down on button action using your Model object with indexPath.row option.
I have a tableview. In every cell of my tableview there is a button & every button action it must show the dropdown option menu. I tried but can't make it work. Here is my code
I want to show the specific cell dropdown menu & come up with this but can't make it work. It crashes. Please help. Thanks in advance.