Skip to content

ios demo for connecting views from storyboard to controller

codexpedia/ios_ui_code_connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ios demo for connecting views from storyboard to the controller

Add label and button view in the storyboard.

Control click the label view, drag and drop it to the ViewController, select outlet and give it a name in the dialog to connect the label to the code.

Control click the button view, drag and drop it to the ViewController, select outlet and give it a name in the dialog to connect the button to the code.

Control click the button view, drag and drop it to the ViewController, select action and give it a name in the dialog to make the code to react when the button is tapped.

About

ios demo for connecting views from storyboard to controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages