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"; }