Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialalok kumar
7,368 Pointsnot getting any option for action outlet when I tried to drag mouse on button in storyboard to viewcontroller.m
(step1)I added one button as shown in tutorial using story board (step2)clicked on the button with command button pressed and dragged to viewcontroller.m (step3)I can see one line forming which starts from the button to viewcontoller.m (step 4)but doesnt give any option for IBoutlet/any action as shown in the tutorial.
1 Answer
miikis
44,957 PointsHi Alok,
You want to hold down control, not command.
alok kumar
7,368 Pointsalok kumar
7,368 PointsMany Thanks! Mikis, was my bad!!:)