Hello good afternoon,
I'm having an issue on xcode, when trying to create an outlet for an imageview the popup to create the outlet does not appear. As a result, making it impossible to interact with it coding wise, any way to solve this issue.
Hello good afternoon,
I'm having an issue on xcode, when trying to create an outlet for an imageview the popup to create the outlet does not appear. As a result, making it impossible to interact with it coding wise, any way to solve this issue.
If you want someone to help you, you need to be much more specific about what you are doing, what you expect to happen, and what happens. Does the class of the view controller in the storyboard match the name of the class in the source code file where you are trying to create the outlet? Forgetting to set the view controller's class in the storyboard is a common reason for being unable to connect and create outlets and actions.
@szymczyk plus
If it still doesn't work, do a clean build folder and possibly restart Xcode.