dogo / SCLAlertView

Beautiful animated Alert View. Written in Objective-C
MIT License
3.5k stars 534 forks source link

Change auto-capitalisation to sentence only #229

Closed idrougge closed 7 years ago

idrougge commented 7 years ago
Fixes issue #.
This PR changes:

Change auto-capitalisation of input textfield to only capitalise first letter of a sentence instead of first letter of each word. This is default behaviour for other input views in iOS and therefore shouldn't bother the user as much.

dogo commented 7 years ago

Thanks @idrougge