|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Button Event handling example (examples here are shown with XCode 6.*)
STEP 1: Create a Single View App: in XCode File->New->Project-> “Single View”
STEP 2: Go to the StoryBoard (Main.StoryBoard) to create your GUI for Main (Launch) Interface
STEP 3: Create Second View Controller (Interface)
STEP 4: Event Handling Setup through Interface Builder Story Board
STEP 5: Create 2nd View Controller (CODE)
STEP 6: Associated View widgets (from step 3) with Appropriate IBOutlets and IBActions in ViewController Code (from step 5)
STEP 7: Run the Code (here in Simulator Run button or Project->Run)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
© Lynne Grewe |