I know this may never get answered, but I'm wondering why we have to declare that "mute" is an NSMutableString twice? First we declare the variable "mute" as an NSMutableString, and then we set "mute" to be an NSMutableString equal to "dog". It would seem like the program would already know what data type "mute" is so that you could just say: mute = dog; Maybe it will be in the next tutorial...
@truthsmiles Look at the video before this. Since dog and mute are Objects, you can't just assign them to each using mute = dog. If dog and mute were variables then that would work fine. To assign dog to mute, you need to call a method on the object mute. If you tried to assign those using mute = dog, you will get an error.
@Tusharchutani Lol I sound like a retard huh :D I thought it was C language at first :P sorry haha then I saw... ooh nifty iPod software and stuff... so i just made the stupid comment.
i missed IT in school, but this gave me my happiness back :D
INeedAName101 2 months ago
i thought like o I'm bored ima learn objective c but now it seems harder then school.....
wipperol 6 months ago 9
Thank you
kld0093 7 months ago
i wonder if i'll be able to start app development today....hmm maybe
TexasRable 7 months ago
Comment removed
wipperol 6 months ago
me too :D
choco67506 9 months ago
I know this may never get answered, but I'm wondering why we have to declare that "mute" is an NSMutableString twice? First we declare the variable "mute" as an NSMutableString, and then we set "mute" to be an NSMutableString equal to "dog". It would seem like the program would already know what data type "mute" is so that you could just say: mute = dog; Maybe it will be in the next tutorial...
truthsmiles 10 months ago
@truthsmiles because you are adding more words to the dog string
stayalive1017 10 months ago
@truthsmiles Look at the video before this. Since dog and mute are Objects, you can't just assign them to each using mute = dog. If dog and mute were variables then that would work fine. To assign dog to mute, you need to call a method on the object mute. If you tried to assign those using mute = dog, you will get an error.
myjohnson23 8 months ago in playlist Objective C Programming Tutorial
55 down 10 to go :D
jhthemonkey 1 year ago 33
You don't need a mac do program in Objectiv-C... it's not juste for the mac and iPhone .. it's juste used in these systems.
theboogymaster 1 year ago
@theboogymaster unfortunately you need one to build apps for mac and iphone.
Shazcapade 1 year ago
@Shazcapade Yhea thats right :D LOL
theboogymaster 1 year ago
@theboogymaster Somehow apple loves to have a stranglehold on their products...
Shazcapade 1 year ago
I WILL WATCH THIS... IF I GET A MAC!!! but first, C is my first priority.
Cubalisk 1 year ago
@Cubalisk Yep. Some of the things in objective c will make sense as it came from C.
Shazcapade 1 year ago
@Cubalisk then why the hell are you commenting?
Tusharchutani 1 year ago
@Tusharchutani Lol I sound like a retard huh :D I thought it was C language at first :P sorry haha then I saw... ooh nifty iPod software and stuff... so i just made the stupid comment.
Cubalisk 1 year ago