Reputation: 45
I named the button "Reminders"
Apparently it was supposed to link itself to the files but nothing showed up in mine.
I have created a button in the storyboard but I don't know how to link it to a .m or .h file.
I'm really new to this and still learning. Am I supposed to change the settings of the button and what code do I write in the files to make it work?
Thanks a heap!
Upvotes: 4
Views: 3374
Reputation: 726849
Here is how you add an IBOutlet
to a header or a .m file:
Here is a post that illustrates this process with a video.
Upvotes: 3