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
First Day of Medschool-First Year of Medical School
Hi guys, what’s up? It’s me, Judy! You are currently watching the first episode of Med School Diaries. I decided to create a series about my medical journey. Today is the first day of med school as a first-year math student. Because of the pandemic, I’m …
How To Live In The Social Media Matrix
This is the challenge, right? We’re all living in this society where these very large and powerful businesses need us all to post a lot. We have to ask ourselves the question: what is the value exchange, and how maybe are we—how do we be careful we’re not…
His Invention Brings Life-Saving Heart Care to Rural Africa | Best Job Ever
The problem is the shortage of cardiologists in Africa. In the developing countries, the mortality rate of cardiovascular disease is very high. So, in each family, you will have at least one person who will suffer from cardiovascular disease. My name is …
Algebra Foundations - Course Trailer
When you’re sitting in a math class and the teacher starts writing some symbols on the board that you might not quite understand just yet, it might be tempting to say, “Hey, why do I need to learn this? This seems a little bit abstract for me.” To answer…
2011 Calculus AB Free Response #1 parts b c d | AP Calculus AB | Khan Academy
Alright, now let’s tackle Part B. Find the average velocity of the particle for the time period from zero is less than or equal to T is less than or equal to 6. So our average velocity, that’s just going to be our change in position, which we could view …
Recognizing number pattern examples
We are asked which expression can we use to find the missing number in the pattern. So pause this video and see if you can try this before we do this together. All right, now let’s try this together, and the way I would tackle it is I’ll try to see, “Hey,…