yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Mac Programming Lesson 3 part 3


2m read
·Nov 3, 2024

Okay, so now that this is ready, we're going to do our final step entries text. I believe set string value and now we're going to set it to new text. If you remember, new text is an NS string that will have all the entries, and we keep on appending the next entry to it, so it will have all the entries.

So now finally we're going to do interface builder stuff in it all up. I'm going to open the xib; interface Builder will now pop open, and I'm going to drag an NS object into our document window. Just do that by going here, and then under the class, I'm going to set it to be app controller.

So now for this, I'm going to drag on a simple, I think I'll do a multi-line label for this, which is in fact an NS text field. I'm going to drag on a button—who knows why the button is so small? Okay, now we're going to say generate. Close, so we're going to drag it to app controller. Click, hold control and drag it to app controller and click generate new numbers.

And we're going to click from app controller. Control click from app controller and link it up with entries text, and now everything will work wonderfully. So hopefully we'll see a success here, generate, and here are all our entries.

Now, if you take a look, all these dates are exactly the same. What I would like it to do is just continuously keep on incrementing the date by 7 days, and it's not that difficult to do. So what we're going to do is right here when we say entry date equals Etc., we're going to say the day is this + 7, and that's pretty easy.

So now, like we're we keep on adding seven to the day, and then we'll just keep on increasing. So there we go, and it's like a perfect lottery. So every week we have a new set of numbers, and now I can cheat because I know all the numbers. No, but this is pretty cool.

You can do all the interface builder stuff you want to polish this up, but this is really, in my opinion, a good learning experience. Now it is very—like we learned so much new stuff today. I think what you guys should do is ask me all your questions, so in a personal message or whatever, just send me every single question you have, and I'll try to answer you as soon as possible.

So, um, anyway, thanks for watching. Mids and one—subscribe, tell us all your problems or questions, and goodbye.

More Articles

View All
Directional derivative
Hello everyone. So here, I’m going to talk about the directional derivative. That’s a way to extend the idea of a partial derivative. Partial derivatives, if you’ll remember, have to do with functions with some kind of multivariable input. I’ll just use t…
Flight at the Edge of the Ozone Layer | One Strange Rock
NARRATOR: 30 years ago, we discovered man-made chemicals had punched a hole in the ozone layer. Is that hole here to stay, waiting around to kill us? Today, we’re trying hard to find out. Morgan Sandercock is about to test an experimental plane, perfect f…
YC Partner Panel at the Seattle Female Founders Conference
So Doron Holly can stay up here because it’s now time for the YC partner panel. Hi everyone, I’m Sharon Pope. I work at YC, I run marketing programs, and I want to just remind you that you can submit questions. So go to slide o.com (SLIDO.COM). If you do…
The Butterfly Effect
In 1952, an author named Ray Bradbury published a short story called “A Sound of Thunder.” In it, a hunter named Eckles pays $110,000 to travel with Time Safari, a time machine company that takes hunters back to the time of dinosaurs and allows them to hu…
_-substitution: definite integrals | AP Calculus AB | Khan Academy
What we’re going to do in this video is get some practice applying u-substitution to definite integrals. So let’s say we have the integral. So we’re going to go from x equals 1 to x equals 2, and the integral is (2x \times (x^2 + 1)^3 \, dx). So, I alrea…
Lord of the Rings Mythology Explained
The Lord of the Rings has lots of different kinds of people: Elven people, dwarvin people, tree people, half-sized people, even people people. There’s, like, a million pages of background explaining this world that goes much deeper than the books or the m…