0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IOS Object-C UITextField

Last updated at Posted at 2017-05-12
  1. Main.storyboard上に UITextField追加
  2. Show the assistant editor モードクリック
스크린샷 2017-05-12 16.27.00.png

3. 該当UITextFieldに右クリックと同時にShow the assistant editorに開いた「ViewController.m」へドラッグし、property追加
4. 「ViewController.m」の@implementation ViewController下の部分に追加したUITextFieldの変数名を「@synthesize tempTextField;」のよう追加
5. viewDidLoadメソッドにtempTextField.text="Hello! UITextField"で初期メッセージを適用してみる

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?