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
Would You Fight For Your Country?
[Music] Imagine waking up one morning to a world devastated by nuclear winter. Outside, there’s smoke so thick that you can’t see the sun. Sludge runs from your taps instead of water, and you survive on rations of canned goods from a better time. Factions…
How To Save $10,000 FAST
What’s up, guys? It’s Graham here. And let’s face it, we’re in trouble. It’s recently reported that African-American only saves five percent of their income. The median savings for those under 33 years old is just three thousand two hundred and forty doll…
If You Were a Tree... - Fan Questions | StarTalk
I’d want to be planted in a wide-open meadow so that every one of my branches can receive all the sunlight at once. I don’t want to have to compete for the photons from the Sun, which is what goes on daily, hourly, in a forest, especially rainforests wher…
The Birthplace of Afterlife Thought | The Story of God
Here we are at Saqqara. That’s a step pyramid of Kings Osa, and it’s one of the first pyramids. It is the first pyramid ever to be built. That one is over there. Yes, this entire site is a big cemetery. So the ideas that people now have about rebirth and …
One, Two, Three Bites, You’re Out | Wicked Tuna: Outer Banks
Michael: “Let that one go, all right? Got a double on, baby! What do you want me to do with this one?” TJ: “Let him go! Just cranking up. Keep it tight on them! Get tight on him!” F: “Watch out! What we’re here for, baby! Got a double on here. I think h…
Analyzing related rates problems: equations (trig) | AP Calculus AB | Khan Academy
A 20 meter ladder is leaning against a wall. The distance ( x(t) ) between the bottom of the ladder and the wall is increasing at a rate of 3 meters per minute. At a certain instant ( t_0 ), the top of the ladder is a distance ( y(t_0) ) of 15 meters from…