macOS/iOS API解説

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

目次

UITextInputTraits

UITextInputTraitsプロトコル

継承 UITextInputTraits 準拠 NSObject フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhoneOS2.0 定義 UITextInputTraits.h 概要 フレームワーク UIKit 参照 タスク Managing the Keyboard Behavior autocapitalizationType requir…

UIReturnKeyType

typedef enum { UIReturnKeyDefault, UIReturnKeyGo, UIReturnKeyGoogle, UIReturnKeyJoin, UIReturnKeyNext, UIReturnKeyRoute, UIReturnKeySearch, UIReturnKeySend, UIReturnKeyYahoo, UIReturnKeyDone, UIReturnKeyEmergencyCall, } UIReturnKeyType; 解…

UIKeyboardAppearance

解説 typedef enum { UIKeyboardAppearanceDefault, UIKeyboardAppearanceAlert, } UIKeyboardAppearance; 返り値 引数 フレームワーク UIKit クラス UITextInputTraits Instance Methods 使用可能 iPhone2.0 参照 例文

UIKeyboardType

キーボードのタイプ typedef enum { UIKeyboardTypeDefault, UIKeyboardTypeASCIICapable, UIKeyboardTypeNumbersAndPunctuation, UIKeyboardTypeURL, UIKeyboardTypeNumberPad, UIKeyboardTypePhonePad, UIKeyboardTypeNamePhonePad, UIKeyboardTypeEmailAd…

UITextAutocorrectionType

オートコレクト(自動補正)するかどうか typedef enum { UITextAutocorrectionTypeDefault, UITextAutocorrectionTypeNo, UITextAutocorrectionTypeYes, } 解説 UITextAutocorrectionTypeDefault UITextAutocorrectionTypeNo UITextAutocorrectionTypeYes …

UITextAutocapitalizationType

解説 typedef enum { UITextAutocapitalizationTypeNone, UITextAutocapitalizationTypeWords, UITextAutocapitalizationTypeSentences, UITextAutocapitalizationTypeAllCharacters, } UITextAutocapitalizationType; 返り値 引数 フレームワーク UIKit ク…

secureTextEntry

セキュア入力するかどうか @property(nonatomic, getter=isSecureTextEntry) BOOL secureTextEntry 解説 @property(nonatomic, getter=isSecureTextEntry) BOOL secureTextEntry 返り値 引数 フレームワーク UIKit クラス UITextInputTraits Instance Method…

returnKeyType

解説 @property(nonatomic) UIReturnKeyType returnKeyType 返り値 引数 フレームワーク UIKit クラス UITextInputTraits Instance Methods 使用可能 iPhone2.0 参照 例文

keyboardType

解説 @property(nonatomic) UIKeyboardType keyboardType 返り値 引数 フレームワーク UIKit クラス UITextInputTraits Instance Methods 使用可能 iPhone2.0 参照 例文

keyboardAppearance

解説 @property(nonatomic) UIKeyboardAppearance keyboardAppearance 返り値 引数 フレームワーク UIKit クラス UITextInputTraits Instance Methods 使用可能 iPhone2.0 参照 例文

enablesReturnKeyAutomatically

解説 @property(nonatomic) BOOL enablesReturnKeyAutomatically 返り値 引数 フレームワーク UIKit クラス UITextInputTraits Instance Methods 使用可能 iPhone2.0 参照 例文

autocorrectionType

解説 @property(nonatomic) UITextAutocorrectionType autocorrectionType 返り値 引数 フレームワーク UIKit クラス UITextInputTraits Instance Methods 使用可能 iPhone2.0 参照 例文

autocapitalizationType

解説 @property(nonatomic) UITextAutocapitalizationType autocapitalizationType 返り値 引数 フレームワーク UIKit クラス UITextInputTraits Instance Methods 使用可能 iPhone2.0 参照 例文