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
Representing points in 3d | Multivariable calculus | Khan Academy
So, a lot of the ways that we represent multivariable functions assume that you’re fluent with understanding how to represent points in three dimensions and also how to represent vectors in three dimensions. So, I thought I’d make a little video here to …
Counting faces and edges of 3D shapes
How many faces does the following shape have? Pause this video and see if you can figure that out. All right, I’m assuming you paused it, and I’ll see if we can work through it together. I’m going to actually try to color the faces. So, we have this face…
A school of hippos gives an aggressive warning sign | Primal Survivor: Extreme African Safari
(Exhales forcefully) But it’s not crocodiles I should have been watching out for. Instead, it’s one of the most temperamental animals out here. (Hippo snorting) Wow, there are a lot of eyes looking in my direction, a lot of ears pointed in my direction. T…
Chain rule with the power rule
So we’ve got the function ( f(x) = (2x^3 + 5x^2 - 7)^{88} ) and we want to find the derivative of our function ( f ) with respect to ( x ). Now, the key here is to realize that this function can be viewed as a composition of two functions. How do we do th…
Welcome to Earth | Official Trailer #2 - Audio Description | Disney+
A volcano erupts. I’m throwing myself into the unknown. I almost guarantee you’re gonna survive. All right, a six-part Disney Plus original series. There’s a new breed of explorers taking knee to the ends of the Earth to discover hidden worlds that sit b…
iPhone 15 and Planned Obsolescence
On September 7th, 2022, Apple announced its latest product releases during its Far Out event. As expected, the iPhone 14 was headlining the new generation of products, sporting a fairly similar look and slightly upgraded specs to its iPhone 13 predecessor…