Select Page

Crazy Level

Swift and Xcode Resources.

Making IBOutlet for Images
Published on: February 18, 2021
Author: Frank Vernon

To make an “Interface Builder Outlet” (IBOutlet), CTRL + click and drag the image ABOVE viewDidLoad and BELOW “class ViewController”

This allows for giving a button an interface NAME so things like buttons can interact and change it.