macOS/iOS API解説

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

目次

UITextFieldDelegate

UITextFieldDelegateプロトコル

INDEX>UIKit テーブルデータソースプロトコル 準拠 NSObject フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhoneOS2.0 定義 UITextField.h 概要 フレームワーク UIKit 参照 タスク 編集の管理 – textFieldShouldBeginEditing – tex…

textFieldShouldReturn:

-(BOOL)textFieldShouldReturn:(UITextField *)textField 解説 (BOOL)textFieldShouldReturn:(UITextField *)textField 返り値 ( BOOL ) 引数 ( UITextField * )textField フレームワーク UIKit クラス UITextFieldDelegate Instance Methods 使用可能 iPhon…

textFieldShouldEndEditing:

-(BOOL)textFieldShouldEndEditing:(UITextField *)textField 解説 (BOOL)textFieldShouldEndEditing:(UITextField *)textField 返り値 ( BOOL ) 引数 ( UITextField * )textField フレームワーク UIKit クラス UITextFieldDelegate Instance Methods 使用可…

textFieldShouldClear:

-(BOOL)textFieldShouldClear:(UITextField *)textField 解説 (BOOL)textFieldShouldClear:(UITextField *)textField 返り値 ( BOOL ) 引数 ( UITextField * )textField フレームワーク UIKit クラス UITextFieldDelegate Instance Methods 使用可能 iPhone2…

textFieldShouldBeginEditing:

-(BOOL)textFieldShouldBeginEditing:(UITextField *)textField 解説 (BOOL)textFieldShouldBeginEditing:(UITextField *)textField 返り値 ( BOOL ) 引数 ( UITextField * )textField フレームワーク UIKit クラス UITextFieldDelegate Instance Methods 使…

textFieldDidEndEditing:

-(void)textFieldDidEndEditing:(UITextField *)textField 解説 (void)textFieldDidEndEditing:(UITextField *)textField 返り値 ( void ) 引数 ( UITextField * )textField フレームワーク UIKit クラス UITextFieldDelegate Instance Methods 使用可能 iPh…

textFieldDidBeginEditing:

-(void)textFieldDidBeginEditing:(UITextField *)textField 解説 (void)textFieldDidBeginEditing:(UITextField *)textField 返り値 ( void ) 引数 ( UITextField * )textField フレームワーク UIKit クラス UITextFieldDelegate Instance Methods 使用可能…

textField:shouldChangeCharactersInRange:replacementString:

-(BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string 解説 (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSStr…