Objective C Programming Tutorial - 55 - Mutable Strings
Top Comments
All Comments (18)
-
i missed IT in school, but this gave me my happiness back :D
-
Thank you
-
i wonder if i'll be able to start app development today....hmm maybe
-
@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.
-
me too :D
-
@truthsmiles because you are adding more words to the dog string
-
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...
55 down 10 to go :D
jhthemonkey 1 year ago 33
i thought like o I'm bored ima learn objective c but now it seems harder then school.....
wipperol 5 months ago 8