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
The Last Light Before Eternal Darkness – White Dwarfs & Black Dwarfs
Humans can survive in this universe as long as we have an energy source. Unfortunately, the universe will die. It will happen slowly, over many billions of years, but it will happen. On a universal time scale, stars like our sun will be gone in no time. …
Expected payoff example: lottery ticket | Probability & combinatorics | Khan Academy
We’re told a pick four lottery game involves drawing four numbered balls from separate bins, each containing balls labeled from zero to nine. So, there are ten thousand possible selections in total. For example, you could get a zero, a zero, a zero, and a…
Photosynthesis in organisms | Matter and energy in organisms | Middle school biology | Khan Academy
Hey, I’m going to let you in on a little secret of mine. I love gardening! In fact, I have a huge garden with apples, blueberries, pumpkins, and tomatoes. I give my plants micronutrients and maybe some fertilizer, but I don’t give them food in the same wa…
The Ancient City of Sela | Lost Cities With Albert Lin
[dramatic music playing] ALBERT LIN (VOICEOVER): 30 miles north of Petra, I’m laser scanning the ancient city of Sela for the very first time. I’m looking for clues that the nomadic Nabateans settled here. Look at this. There’s pottery just, like, fallin…
15 Experiences You Have As You Get Richer
Your journey through life grows richer as your pockets do. More money means unlocking new levels of experiences and adventures. It’s not just about having fancy stuff; it’s about the unique, amazing things you get to do and see. Here are 15 experiences yo…
Circuit Terminology
In this video, we’re going to talk about some terminology that we use to talk about how circuits are put together. In previous videos, we’ve talked about the components or elements that are used to make up circuits. So, for example, resistor, capacitor, …