i want to link my IBOutlet label to my second storyboard to make my timer. i've tried the drag process but that doesnt seem to work. Is there something i have to write before the IBOutlet label to link my viewcontroller to my second storyboard.
storyboard/viewcontroller swift xcode 6
Usually, you don't use multiple storyboards for a simple app like kitchen timer.
Anyway, try this.
- Select your scene (ViewController) which you put your UILabel on, in the storyboard editor.
- See the Utility pane on the right side, and select the icon "Show the Identity inspector".
- In the Class field of the Custom Class area, input (select) your UIViewController subclass.
(This topic should be discussed in Interface Builder, I think.)