yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Objective-C iPhone Programming Lesson 1 | Part 2


less than 1m read
·Nov 3, 2024

Hey guys, this is Mids And1 with part two of Objective C lesson one.

And so, if we run this, it will semi do what we wish, then not completely. All right, so we can type Alex, click hi; that now says Alex.

The thing is, it doesn't say "Hello Alex." So to do this, we're going to do a bit more complicated code. Um, I'm not going to explain this to you right yet.

All right, so this is basically saying take the piece of text "Hello," append our text. All right? What you have to understand is this right here, this line of code represents a piece of text.

This line of code represents a piece of text. This line of code together represents a piece of text. When you do setText: you have to have something that represents a piece of text.

After a piece of text, just like a UI label or UI text field, have something called on it called setText:. Text itself can have something called on it called stringByAppendingString:, which adds more text onto it.

So, we're going to take the text "Hello " and add on to the end of it the text of our text field. Now, if we run this, Alex, hello Alex! Right?

I can type bill. Right. Um, so this is our first hello world application for the iPhone. You can experiment with some of the stuff I've taught you: do multiple labels, uh, stuff like that.

Um, expect to hear from me shortly on my next uh, tutorial. So, thanks for watching M kids in one. Subscribe and goodbye. Bye!

More Articles

View All
Story Time: My 3 BIGGEST mistakes (so far) in Real Estate and life...
What’s up you guys, it’s Graham here. So, one of the things I don’t really talk too much about are my mistakes and my failures. So, I’m going to be sharing the top three just fuckups where I messed up, and hopefully, you guys can learn from my mistakes. …
Fundraising Panel at Female Founders Conference 2015
Wow, this is awesome! There are so many women in the audience, and I am so happy to be here with you. So, um, I’m Danielle, as Cat introduced, and I want to talk to you a little bit about fundraising. We’re going to have a panel in just a minute and have …
I'm Quitting. My Last Video.
You know, I originally had something planned out for this video, but then I realized it. I may as well just speak from the heart. So, I think I owe it to everybody to explain what’s going on and why I’m going to be leaving YouTube. It sucks because, you …
Why Lionfish Should Be Your Favorite Fish to Eat | Nat Geo Live
When I was 17, I was diving off the coast of South Florida and I saw the most beautiful fish I had ever seen. It had these bold stripes and these big dramatic spines. And I had no idea what it was. So I went to the dive master and he told me I had just se…
Constructing linear and exponential functions from graph | Algebra II | Khan Academy
The graphs of the linear function ( f(x) = mx + b ) and the exponential function ( g(x) = a \cdot r^x ) where ( r > 0 ) pass through the points ((-1, 9)) and ((1, 1)). So this very clearly is the linear function; it is a line right over here, and this …
Multiplying 1-digit numbers by 10, 100, and 1000 | Math | 4th grade | Khan Academy
Let’s talk about multiplying by 10, 100, and 1,000. There’s some cool number patterns that happen with each of these, so let’s start here with something like 4 * 10—one that maybe we’re comfortable with or already know. 4 * 10 would be the same as saying…