Linking Your Xib Or View To View Controller Xcode 101

less than 1 minute read

Published:

After you make sure you already linked all the views to the swift file.

In File’s Owner make sure on Identity Inspector tab you point the class to your ViewController.swift file.

on ‘Show the connection inspector tab’ you point your root view , often called ‘view’ to the root view.

exactly as it says: https://stackoverflow.com/a/6395750

[alt text

[alt text

[alt text