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
Am I about to lose everything?
What’s up you guys, it’s Graham here. So, if you’re not already aware, I read all of the comments—literally every single one of them without fail—because I don’t have a life. So, if you comment something, I read it. Now, part of the reason that I do this…
Finding missing side length when given perimeter | Math | 3rd grade | Khan Academy
The perimeter of the figure is 24 centimeters. What is the length of the missing side? So, we’re told this figure down here has a perimeter of 24 centimeters. The perimeter is 24 centimeters, so what that tells us is that the distance around the entire o…
Trig limit using double angle identity | Limits and continuity | AP Calculus AB | Khan Academy
All right, let’s see if we can find the limit of one over the square root of two sine of theta over cosine of two theta as theta approaches negative pi over four. Like always, try to give it a shot before we go through it together. Well, one take on it i…
LearnStorm Growth Mindset: Teacher leader on his career journey
I’m Paul Clifton. I’m 30 years old. I am a sixth-grade teacher leader, and my salary is about $60,000. I’m a new teacher leader, and so I get to coach other teachers, fellow math teachers, and work on a team. I get to observe teachers teach, co-teach with…
Formula for first term in Fourier Series
Several videos ago, we introduced the idea of a Fourier series. I could take a periodic function, we started with the example of this square wave, and I could represent it as the sum of weighted sine and cosine functions. Then we took a little bit of an i…
Length word problem example
We’re told that Pilar has 85 inches of ribbon. She gives her friend Nico 19 inches of ribbon. How much ribbon does Pilar have left? Pause this video and see if you can figure that out. All right, now let’s do it together. So Pilar is starting with 85 inc…