macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UITextInputTraitsプロトコル

継承 UITextInputTraits
準拠 NSObject
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iPhoneOS2.0
定義 UITextInputTraits.h

概要

参照

タスク

Managing the Keyboard Behavior

autocapitalizationType required property
autocorrectionType required property
enablesReturnKeyAutomatically required property
keyboardAppearance required property
keyboardType required property
returnKeyType required property
secureTextEntry required property