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
Local linearity and differentiability | Derivatives introduction | AP Calculus AB | Khan Academy
What we’re going to do in this video is explore the relationship between local linearity at a point and differentiability at a point. So, local linearity is this idea that if we zoom in sufficiently on a point, even a non-linear function that is differen…
Current | Introduction to electrical engineering | Electrical engineering | Khan Academy
All right, now we’re going to talk about the idea of an electric current. The story about current starts with the idea of charge. So, we’ve learned that we have two kinds of charges: positive and negative charge. We’ll just make up two little charges like…
Ponzi Factor | V-Log 2 | Apple $1 Trillion Joke
Hey, this is time. It’s Saturday night, so that’s one a little more casual - it’s actually Saturday, whoo, Sunday morning now, 1 a.m. Clearly, I go out and party on Saturdays, and I said last time I’m gonna try to stay away from current events. But this t…
Climbing Kilimanjaro - Smarter Every Day 302
Hey, it’s me, Destin. Welcome back to Smarter Every Day. Years ago, my buddy, Brady Haran, made the coolest video I’ve ever watched on the internet, or one of them, where he boiled water at different altitudes on his way up to base camp for Mount Everest.…
Worked examples: Summation notation | Accumulation and Riemann sums | AP Calculus AB | Khan Academy
We’re told to consider the sum 2 plus 5 plus 8 plus 11. Which expression is equal to the sum above? And they tell us to choose all answers that apply. So, like always, pause the video and see if you can work through this on your own. When you look at the…
Worked examples: Calculating equilibrium constants | Equilibrium | AP Chemistry | Khan Academy
An equilibrium constant can be calculated from experimentally measured concentrations or partial pressures of reactants and products at equilibrium. As an example, let’s look at the reaction where N2O4 in the gaseous state turns into 2NO2, also in the gas…