Код: Выделить всё
//This method is fired when keyboard is still active
- (IBAction)changeAutoCapitalization:(id)sender
{
self.textView.autocapitalizationType = UITextAutocapitalizationTypeWords;
}
Подробнее здесь: https://stackoverflow.com/questions/401 ... -is-active
Мобильная версия