Hey man! I can't find your next video on coding anywhere. Your videos are one of the best I've seen online. If you never continued the tutorial, then you've gotta :D
Hi, I'm relatively new to Objective-C and Xcode/Interface Builder as an IDE solution, but I have previous experience with C++. I've been following your instructions, but, when it gets to adding class outlets and actions, my Identity Inspector for the File Owner doesn't have the option to add them, literally anywhere. I have checked its the right class and everything, so I am pretty stumped. I'm using Xcode 3.2 (x64) on Snow Leopard.
Okay, I got to know Objective-C a bit better, so here's how you do it:
Outlets are variables that contain the data returned by the class (as an object of that class). So to add the classes, all you do is you go to "SoundboardViewController.h" and inside the @interface variable declaration section, just type in "IBOutlet UIButton playButton;" etc.
Also, for actions, where he types "playButtonPressed" into the inspector, you type "- (IBAction) playButtonPressed:(id)sender;" into "SoundboardViewController.h". You also need to put the declarations of these prototypes into "SoundboardViewController.m" which is essentially the same as before, but with curly braces at the end, and no semicolon. You will also need to create properties and synthesize them for the Outlets like so: "@property (nonatomic,retain) IBOutlet UIButton playButton;"
Hopefully this will be the last comment I write :P, but you also need to synthesize those properties, which is simply "@synthesize playButton;" inside the @implentation section. Hope this helps
Hi, your tutorials seem really good. Before I go out a buy a Mac/Dev account, what I'm getting from the few tutorials I've watched of yours, is that to create simple apps such as the one in this video, you just drag and drop (in a sense) things to how you'd like them to be. Is this correct?
What I will do is make a post on my site as I am really busy with work atm, so I'll post the code (actually commented it all out in plain english 2 weeks ago, but ran out of time to make the video).. and the sound object a bit later.
Hey man! I can't find your next video on coding anywhere. Your videos are one of the best I've seen online. If you never continued the tutorial, then you've gotta :D
GuessWho7518 7 months ago
Hmm...I can't seem to add more outlets in the new SDK...help?
halo2windows 1 year ago
So these just stopped here? I really wanted to finish this soundboard... What happened? Wheres the next video?
EvidenceRecords 1 year ago
When I dragged my buttons from touch up inside to files owner it would not highlight; ; only first responder would highlight? What gives? Thanks;-)
newmac 2 years ago
I have a prob new to this and when I go under file owner I cant add outlets running snow leo 32 bit help
manhunt900 2 years ago
Hi, I'm relatively new to Objective-C and Xcode/Interface Builder as an IDE solution, but I have previous experience with C++. I've been following your instructions, but, when it gets to adding class outlets and actions, my Identity Inspector for the File Owner doesn't have the option to add them, literally anywhere. I have checked its the right class and everything, so I am pretty stumped. I'm using Xcode 3.2 (x64) on Snow Leopard.
webjthefirst 2 years ago
same problem :(
jasonlmark 2 years ago
Okay, I got to know Objective-C a bit better, so here's how you do it:
Outlets are variables that contain the data returned by the class (as an object of that class). So to add the classes, all you do is you go to "SoundboardViewController.h" and inside the @interface variable declaration section, just type in "IBOutlet UIButton playButton;" etc.
webjthefirst 2 years ago
Also, for actions, where he types "playButtonPressed" into the inspector, you type "- (IBAction) playButtonPressed:(id)sender;" into "SoundboardViewController.h". You also need to put the declarations of these prototypes into "SoundboardViewController.m" which is essentially the same as before, but with curly braces at the end, and no semicolon. You will also need to create properties and synthesize them for the Outlets like so: "@property (nonatomic,retain) IBOutlet UIButton playButton;"
webjthefirst 2 years ago
Hopefully this will be the last comment I write :P, but you also need to synthesize those properties, which is simply "@synthesize playButton;" inside the @implentation section. Hope this helps
webjthefirst 2 years ago
what is the next vid? and great job
XxawesomexXxmikexX 2 years ago
Comment removed
XxawesomexXxmikexX 2 years ago
Hi, your tutorials seem really good. Before I go out a buy a Mac/Dev account, what I'm getting from the few tutorials I've watched of yours, is that to create simple apps such as the one in this video, you just drag and drop (in a sense) things to how you'd like them to be. Is this correct?
LightScribe1029 2 years ago
Did you ever post a video on how to use the sound object? This was very useful. Thanks.
footose 2 years ago
Hi Footose,
What I will do is make a post on my site as I am really busy with work atm, so I'll post the code (actually commented it all out in plain english 2 weeks ago, but ran out of time to make the video).. and the sound object a bit later.
maniacdev 2 years ago
@maniacdev Did you ever post that code? I'm not seeing it anywhere.
brundlefly 1 year ago
This has been flagged as spam show
@maniacdev Did you ever post that code? I'm not seeing it anywhere.
brundlefly 1 year ago
Haha.. thanks for being the first person to make a first comment post like that.
maniacdev 2 years ago
Nice work! That keyboard noise is annoying though
DaveLG526 2 years ago
Hmm.. not sure how I'd go about filtering that out. Guess I just need to try to type softer or use an external keyboard.
maniacdev 2 years ago