Skip to content

UITextField

   

UITextFieldは文字の入力に使われます。

UITextFieldのクラス階層

NSObject

UIResponder

UIView

UIControl

UITextField
AppleDeveloperリファレンスUITextField

UITextField例文

UITextField、生成し、ボタンが押されるとUITextFieldから文字列を取り出してラベルにコピーします。

alt

関連記事

  1. cafファイルの作成
  2. UINavigationBar
  3. UILabel
  4. 現在時刻の取得
  5. UITableView
  6. UIButton
  7. UIBarButtonItem