QEntryElement
QuickDialog ライブラリから使用しています。iPadで見るとなぜかタイトルにQEntryElement
省略記号が付いてしまいます。
もう 1 つの問題は、iPad の横表示モードで、入力されたテキストが のタイトルと重なって表示されることですQEntryElement
。
let userNameElement: QEntryElement = QEntryElement(key: "ACCOUNT")
userNameElement.title = "Account"
userNameElement.keyboardType = UIKeyboardType.EmailAddress
userNameElement.autocapitalizationType = UITextAutocapitalizationType.None
userNameElement.autocorrectionType = UITextAutocorrectionType.No