This was a great help. I am a beginner and have the latest Xcode on my mac. I finally got it to build successfully and run but the screen was black still. Any suggestions?
at 5.31 on the video, when you right click the label, I only get the Referencing Outlets and the Referencing Outlet Collections menu; not the Sent Events?
Excellent video. I would suggest maybe uploading at a higher resolution, as I, like a few others, misread parenthesis for square brackets, and was getting the "Expected selector for Objective-C method".
Great video. Question: I noticed that when the object is dragged to the code it displays: @property (strong, nonatomic). In text books, this code have "retain" instead of strong. What is the difference, or is there one? It allows to switch between weak and strong, but not retain. Whats the deal. Thanks
This was a great help. I am a beginner and have the latest Xcode on my mac. I finally got it to build successfully and run but the screen was black still. Any suggestions?
mharris7190 2 weeks ago
Cool tutorial, simple and straight to the point.. Hope for more tutorial
pakcikcafe 2 weeks ago
Just started doing Xcode Development. This tutorial was helpful in understanding how to get moving.
sypter 2 weeks ago
Okay, I got lost on 3:38. Use the "Flatback" to make the connection? How did he make that "blue line" appear?
ericstravelchannel 1 month ago
@ericstravelchannel "trackpad" not Flatback
and he said press ctrl + click on the thing to make the blue line show up.
mharris7190 2 weeks ago
Thank you so much - I just upgraded to the new SDK and had no clue what happened to IB. This was a very easy to understand and follow tutorial.
cardmagik42 1 month ago
thank you!!!!!!!
Mrjuli6tor 1 month ago
Thanks
I really found this demonstration helpful.
If you have two view controllers on the story board will there be a problem mapping the label to the header code?
davepamn 1 month ago
Thank you for this tutorial.
at 5.31 on the video, when you right click the label, I only get the Referencing Outlets and the Referencing Outlet Collections menu; not the Sent Events?
drewjew1980 1 month ago
Its an Awesome tutorial !!!
Great Work Brother ...
punjabian992 1 month ago
Comment removed
Palexnius 2 months ago
I keep on getting a Semantic Error for mainLabel.text - "Hello World!"
Any Suggestions?
taralpandya2689 2 months ago
i dont see the ViewController.xib file why is that? =0(
rrivasopx 2 months ago
@rrivasopx When creating the project, un-tick include storyboard :)
SimpleXTehk 2 months ago
Comment removed
Palexnius 2 months ago
Comment removed
Palexnius 2 months ago
@rrivasopx me 2
kevindaman911 1 month ago
Hey guys come check out my Xcode tutorials and my channel is drewharts8
Drewharts8 2 months ago
Excellent tutorial. Thank you for taking time to teach.
erickf1 3 months ago
This has been flagged as spam show
Excellent video. I would suggest maybe uploading at a higher resolution, as I, like a few others, misread parenthesis for square brackets, and was getting the "Expected selector for Objective-C method".
Otherwise, thanks! Very well explained.
sypkensj 3 months ago
Fantastic hello world.
gd05oj 3 months ago
would you know why when i add the dash or minus symbol - ...I get an error?
Bunnarith17 3 months ago
@Bunnarith17 I have same problem. Does anyone know why it doesn't work?
IAmSkiffLook 3 months ago
This was great. By far the quickest Hello World app I have made in Xcode. Learning some great time saving things watching this.
Thanks so much!!
bigdesignmachine 3 months ago
when I try to "touch inside" between the two, it doesn't give me an option to choose the method!!1 what should i do?
JackSlava 3 months ago
Awesome tutorial. Wish you were my comp sci prof!
oOalinasOo 3 months ago
@oOalinasOo Thanks.
souravnayyar 3 months ago
Awesome tutorial. Wish I had you a
oOalinasOo 3 months ago
couldn't add the complete URL in comments. Hope you can figure it out. If not you can view it on my blog - souravnayyar followed by .com
souravnayyar 4 months ago
I uploaded a video about basics of storyboard on my vm channel.
it is vimeo site name followed by /user8840962
souravnayyar 4 months ago
Thanks guys.
strong is the ARC version of retain. I don't think there is any difference.
souravnayyar 4 months ago
Great video. Question: I noticed that when the object is dragged to the code it displays: @property (strong, nonatomic). In text books, this code have "retain" instead of strong. What is the difference, or is there one? It allows to switch between weak and strong, but not retain. Whats the deal. Thanks
nappychef35 4 months ago
Question 2: Can you do a video that uses IOS 5 Storyboards and connecting objects to code like you did in this video. Thanks again.
nappychef35 4 months ago
Nice video, I've just started with Xcode. Can you do a video where you get two number inputs from the user and multiply them to give a result?
aleemam123 4 months ago
@ 4:27 - I get an error with the "DisplayMessage" IBAction.
It says: "Expected selector for Objective-C method."
What am I doing wrong? I write completely the same, as you do.
BTW. Good tutorial!
SebastianNygaard 4 months ago
@SebastianNygaard I had the same problem, its a typo .. try writing this :
-(IBAction)DisplayMessage:(id)sender;
Cheers.
dreamzz11 4 months ago
@SebastianNygaard same here
robertlam18 2 months ago
Thank you for being the first person to talk structure.
teacup755 4 months ago
can you make a little bit harder application ?
theyusuf329 4 months ago
Thank you for doing this - it's the first video I've seen that explains what you are doing rather than just doing it - A very big help :)
SparklAmethystDragon 4 months ago