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
TAOISM | How to Get Drunk on Life
The habit of drinking is deeply ingrained in Western culture. Being drunk is often seen as a blissful state in which our sorrows are washed away, and exchanged for courage and an extraordinary ability to be merry and happy. Yes, alcohol loosens the inhibi…
Avni Patel Thompson at the Seattle Female Founders Conference
So the first speaker you’re gonna hear today is Omnipotent Thompson, the founder of Poppy. Poppy is a site that connects parents with great caregivers for their children. So Omni and her co-founder went through Y Combinator in Winter 2016. She’s also an i…
Warren Buffett: How To Achieve A 20% Return Per Year
The first role in investment is don’t lose, and the second rule of investment is don’t forget the first rule. And that’s all the rules there are. I mean, that if you buy things for far below what they’re worth and you buy a group of them, you basically do…
How Pesticide Misuse Is Killing Africa's Wildlife | National Geographic
Throughout Africa, people are using poisons as weapons to kill wildlife, and pesticides are the most common ones. As human populations across the continent continue to grow, farmers and herders compete with animals for shrinking land and resources. Farmer…
Which Hits The Ground First?
Now I’d like you to make a prediction. In my left hand, I have a basketball; in my right hand, a 5 kg medicine ball. If I hold them both above my head and then let them go simultaneously, which one will hit the ground first? Six years ago here at the Uni…
Introduction to integral calculus | Accumulation and Riemann sums | AP Calculus AB | Khan Academy
So I have a curve here that represents ( y ) is equal to ( f(x) ), and there’s a classic problem that mathematicians have long thought about: how do we find the area under this curve, maybe under the curve and above the x-axis, and let’s say between two b…