KPDropMenu
KPDropMenu copied to clipboard
Reset title
I am trying to reset the title of the drop menu after selection, but it doesn't change. Here is the code I am using and I do have the delegate set
-(void)didHide:(KPDropMenu *)dropMenu { dropMenu.title = @"Test"; }
I am facing same issue, I am tried to change dropMenu title on segment Value change but it doesn't reflect.
@rsmithde did you find any solution for this?