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
Probability with permutations & combinations example: taste testing | Probability & combinatorics
[Instructor] We’re told that Samara is setting up an olive tasting competition for a festival. From 15 distinct varieties, Samara will choose three different olive oils and blend them together. A contestant will taste the blend and try to identify which t…
GOING SUPERSONIC with U.S. Air Force Thunderbirds! Pulling 7 G's in an F-16 -Smarter Every Day 235
Destin: Hey, it’s me, Destin. Welcome back to Smarter Every Day. Today, we’re going to hang out with the Thunderbirds of the US Air Force. We’re going to see if we can break the sound barrier. The temptation, when you’re making a video about yourself flyi…
Homeroom with Sal & Marta Kosarchyn - Tuesday, June 30
To our daily homeroom live stream, I’m excited about our conversation today with Khan Academy’s Head of Engineering, VP of Engineering, Marta Casarchin. Uh, but before we get into that, I will give my standard announcement. A reminder to everyone that Kh…
Charlie Munger: We're Playing With Fire (Interview)
[Music] Hey guys, welcome back to the channel. We got something really cool to talk about today: Charlie Munger. As you guys know, one of my favorite investors, he recently did a 45-50 minute interview with the California Institute of Technology, which i…
Median, mean and skew from density curves | AP Statistics | Khan Academy
In other videos, we introduce ourselves to the idea of a density curve, which is a summary of a distribution—a distribution of data. In the future, we’ll also look at things like probability density. But what I want to talk about in this video is to thin…
Second partial derivative test intuition
Hey everyone! So, in the last video, I introduced this thing called the second partial derivative test. If you have some kind of multi-variable function, or really just a two-variable function, is what this applies to—something that’s f of X, Y—and it out…