Crashes with error "[UISearchBar registerNotifications]: unrecognized selector sent to instance "
self.sbSearch = [[UISearchBar alloc] initWithFrame:CGRectMake(0, 0, 225, 44)];
self.sbSearch.searchBarStyle = UISearchBarStyleMinimal;
self.sbSearch.showsCancelButton = NO;
[self.sbSearch setBackgroundImage:[UIImage new]];
[self.sbSearch setTranslucent:YES];
self.sbSearch.delegate = self;
self.sbSearch.styleClass = @"global-search-bar"; //<–– Crashes here
Crashes with error "[UISearchBar registerNotifications]: unrecognized selector sent to instance "