Is there a way to default the first letter to uppercase when I display a UIAlertController?
var alertController = UIAlertController(title: i18nEnterPersonName, message: nil, preferredStyle: .Alert)
// initialization of alertController...
presentViewController(alertController, animated: true, completion: nil)
Aucun commentaire:
Enregistrer un commentaire