I have a NSPopUpButton
where I'm preselecting item in the menu and is been selected but is not showing as selected. Here is my code:
[self.categoryMenu selectItemWithTitle:@"cineRush"];
Here is how is showing:
But here is how show if I click on the NSPopUpButton
:
But it show "cineRush"
as selected item.
Any of you knows why this is happening or how can this fix?