Search code examples
swiftcocoapodsiboutlet

IBOutlet is not connecting in Swift


I cannot get my IBOutlet to connect from my view to my storyboard. I have a couple of cocoa pods installed and have no idea what could be causing the issue.

I am really new to developing.

My explain image below

Screenshot


Solution

  • My hypothesis is that your "Points Redemption" VC is not linked with your custom class, "APEnt_Go".

    Try selecting the view controller from storyboard, open Identity Inspector in Utilities and select your custom class.