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
Nonrenewable Energy Resources| AP Environmental science| Khan Academy
Today, let’s talk about energy resources. You’ve probably already done something today that used energy resources, even beginning from the moment you woke up. For me, the beginning of my day always starts with making tea. I use energy in every step of thi…
Print statements and adding values | Intro to CS - Python | Khan Academy
Programs manipulate data in the forms of integers, floats, booleans, and strings. But how do they manipulate data? Perhaps the most obvious thing we can do here is add values together. But in order to do that, we’ll need the plus operator. In programming…
Division resulting in decimals example 2
Let’s say that we wanted to compute 78 divided by 12. What would this be? Pause this video and try to figure that out. Well, one way to think about it is, this is the same thing as 78 divided by 12, heh. I know when I said it in English, it sounds the sa…
How Surfing Lead One NatGeo Explorer to The Depths of The Ocean | National Geographic
My first experience with the ocean started out as a surfer. I just loved being in the water. I loved riding waves, I loved the energy of the ocean, and there was no cost to entry to surfing. You know, once I had a surfboard, I could just ride waves all da…
Steve Varsano meets some fans!
Willing to work for free, everybody. Same thing. I need somebody who really knows airplanes. Telling you, it takes a long time. But I’ll tell you what you should go do: you try to find an aircraft charter broker. They will teach you about the business, an…
REVIEWING MY 2008 LOTUS EXIGE S240
What’s up you guys? My name is Graham, and this is a review of the 2008 Lotus Exige S 240. By the way, just a quick background: Lotus is the brand that got me into cars to begin with. Before I saw a Lotus, I didn’t give a [ __ ] about cars. Well, my first…