UIAlertControllerの中でTextFieldを使い、文字数を制限する


UIAlertControllerの中でTextFieldを使い、文字数を制限する方法です。 このサンプルでは6文字以上入力できないようにしています。

TextFieldInUIAlertController