sarif99
sarif99
My KPDropMenu title is not updating ... -(void)didSelectItem : (KPDropMenu *) dropMenu atIndex : (int) atIntedex { _cityDropDown.title=[_cityDropDown.items objectAtIndex:atIntedex]; }
I want to add image on right side of the menu(just like below image). How can i achieve this ? 
Cell didSelect method is not called at first time but after several times of trying it is selected properly