My KPDropMenu title is not updating ... -(void)didSelectItem : (KPDropMenu *) dropMenu atIndex : (int) atIntedex { _cityDropDown.title=[_cityDropDown.items objectAtIndex:atIntedex]; }
My KPDropMenu title is not updating ...
-(void)didSelectItem : (KPDropMenu *) dropMenu atIndex : (int) atIntedex {
_cityDropDown.title=[_cityDropDown.items objectAtIndex:atIntedex];
}