I have a search bar and I am trying to have words auto capitalize, like this:
- (void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar
{
searchBar.showsCancelButton = YES;
searchBar.autocapitalizationType = UITextAutocapitalizationTypeWords;
}
The shift key is highlighted by default when the keyboard comes up but it doesn't capitalize any words automatically. What am I doing wrong?
Capitalization is ignored when you use your hardware keyboard while testing with the simulator. Try in a device or use the Simulator's keyboard.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With