Sherwyn Goh
Sherwyn Goh

Reputation: 1352

Xcode 5: Trying to link text field to UIViewController

No Dialog

Hi, was shown that this was supposed to produce a dialog, such as in the answer for this question

Unfortunately, I am not. Any ideas? Thanks in advance.

Upvotes: 1

Views: 559

Answers (2)

python
python

Reputation: 1427

1.Select ViewController first.

2.Then go to Identity inspector(under view third tab) and select your_class where you are trying to link then class will attach to the ViewController.

3.Then try to link.

Upvotes: 0

Basheer_CAD
Basheer_CAD

Reputation: 4919

First see the class of your fileOwner here:
enter image description here


Then change this icon to automatic and the selected class should have the same class as in the fileOwner
enter image description here

Upvotes: 2

Related Questions