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
7 Stoic Ways to Escape the Chains of the World
The word ‘system’ in the context of this video doesn’t refer to a specific political, cultural, or religious system. It relates to what seems to underlie it all, what brings about a plethora of human behaviors and mental states like anger and anxiety, nam…
Would You Choose Life On Earth Or in Space? #kurzgesagt #shorts
Spending your entire life in space. If there’s another planet suitable for humans, it will be quite a long journey to get there. Even traveling at one percent of the speed of light, it would still take 10,000 years to go only 100 light years. This means …
Pattern when dividing by tenths and hundredths
Let’s see if we can figure out what 2 divided by 0.1, or 1⁄10, is. Pause this video and see if you can figure that out. All right, now let’s work through it together. There are a couple of ways that we can approach it. One way is to think about everythin…
2015 AP Calculus AB/BC 3cd | AP Calculus AB solved exams | AP Calculus AB | Khan Academy
Bob is writing his bicycle along the same path for ( 0 \leq t \leq 10 ). Bob’s velocity is modeled by ( b(t) = t^3 - 6t^2 + 300 ) where ( t ) is measured in minutes and ( b(t) ) is measured in meters per minute. Find Bob’s acceleration at time ( t = 5 ). …
There Are Thousands of Alien Empires in The Milky Way
What if there are thousands of alien empires in the Milky Way, each spanning a few to maybe tens of star systems, chatting, trading, sometimes shooting or ignoring each other politely? And if so, why is nobody visiting us? While the Milky Way is ancient a…
Monarch Butterflies Get Tiny Radio Trackers | Expedition Raw
[Music] He’s like a little kid. It’s wonderful. We’re trying to put the first electronic tag on a free flying migrating monarch butterfly. If that works, then we could for the first time really follow them in the wild, how they migrate, and find out exact…