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
Flying to Cappadocia with my mom 🇹🇷 Trip Vlog 🧑‍✈️
[Music] [Applause] [Music] Suddenly [Music] falling in love, not falling out. I keep on. Each of us [Music] called it. [Music] [Applause] [Music] [Applause] [Music] [Music] Hmm [Music] guys, I want you to look at this view. This is so amazing! This is my …
How to Improve Your Life in 24 HOURS
[Music] If you’ve ever browsed self-improvement forums like on Reddit, then you’ll often come across some pretty good advice, some pretty questionable stuff—no doubt. But every once in a while, there’s a little nugget of wisdom that sticks with you, and …
My Response To Elon Musk (Why Tesla Is Screwed)
What’s up, Elon? It’s Twitter here, and it’s not every day I make a video like this, but we gotta talk about what’s going on with Tesla. Because I have to say, as a two-time Tesla owner, a Tesla stockholder since 2019, and as an investment channel here on…
How Investments Scams Work | Trafficked with Mariana van Zeller
[Music] While scamming in Jamaica brings in hundreds of millions of dollars a year, scamming in Israel is reported to bring in billions. I want to know how it works. What’s happening? You can see him. Okay, everyone ready? He’s driving up, guys. So, I ar…
What is Random?
Hey, Vsauce. Michael here and Derek. Generate(!) 78? That’s so random. Or is it? What does it mean to be random? Can anything really be random? What’s the most random thing ever? Today let’s stop being random and become ‘ransmart’. If something is unpred…
Example using estimation for decimal products
We are told that 52 times 762 is equal to 39,624, and then we’re told to match each expression to its product. These products, this is the exercise on Khan Academy. You can move them around so the product can be matched to the appropriate expression. So p…