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
What if there was a black hole in your pocket?
What would happen to you if a black hole the size of a coin suddenly appeared near you? Short answer: you’d die. Long answer: it depends. Is it a black hole with the mass of a coin, or is it as wide as a coin? Suppose a US nickel with the mass of about …
I almost didn't upload this...how to get over self doubt
What’s up, you guys? It’s Graham here. So, I almost didn’t want to upload this video or even make it because I wasn’t sure if it was going to be good enough. It sounds crazy, but that is the entire topic of this video: it’s about self-doubt and it’s abou…
The Current State of the Stock Market (2021)
So that right there is Charlie Monkey. He’s essentially Warren Buffett’s right hand man. He is the vice chairman of Berkshire Hathaway. What we’re looking at right here is him giving a talk at the Daily Journal shareholders meeting, which happened a coupl…
Is Anger Actually a Good Thing? | The Seven Deadly Sins | ANGER
One of the most famous Biblical narratives about the destructiveness of anger is the story of the two brothers, Cain and Abel. Cain, the oldest of the two, became a farmer, and Abel, the youngest, became a shepherd. Cain offered a share of the fruits of h…
How Not to Be Pathetic | Stoic Philosophy & Emotions
English speakers often use the term “pathetic” in a derogatory manner, which characterizes weakness and helplessness in other people. Hence, most people don’t want to be pathetic, and we generally don’t like pathetic people. But what makes a person pathet…
The English Language is Still a Giant Meme
English is a difficult language. We park our cars on a driveway, but we drive cars on a Parkway. When you transport something by car, it’s called a shipment, but when you transport something by ship, it’s called cargo. Piano players are called pianists, b…