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
Stock Splits are Secretly Pumping the Stock Market
Stock splits, they’re supposed to be totally irrelevant, right? They don’t change anything about the company, they don’t change anything about the valuation, they don’t change anything about the investing thesis. Well, bizarrely, stock splits are somehow …
Surviving the Storm - Behind the Scenes | Life Below Zero
We are here to document the lives of people living in Alaska. The harsh reality is the environment we’re up against. It makes it tough to do our job. Get out of there, working on Life Below Zero can be very dangerous. Guns here, cameras here, never know w…
The brain's hidden superpower
Let me know if you’ve ever been in this situation: you’re sitting down writing something, and you’ve been struggling for hours trying to find the right words. It’s super painful and frustrating, and no good ideas are coming to your head. But all of a sudd…
Running Your Company by Patrick Collison
So Patrick welcome. So Patrick is the co-founder and CEO of Stripe. He launched the startup, we’re now a pretty big company in 2010, correct? With his brother John. Why should we started working on it full-time in 2010? But it actually your comment just t…
Simplifying rational expressions: common monomial factors | High School Math | Khan Academy
So, I have a rational expression here, and what my goal is, is to simplify it. But while I simplify it, I want to make the simplified expression be algebraically equivalent. So if there are certain x values that would make this thing undefined, then I hav…
How this 96-year-old Secretary grew a $9,000,000 Fortune
What’s up you guys? It’s Graham here. So, I want to share a really cool story written by Corey Kildonan of the New York Times. It’s a great example of what can happen when you live frugally and invest consistently while still working a very modest nine-to…