Join us today at 1pm, Irish time on Twitch!
Homework
Well, it’s all homework, at the moment, at least here in Ireland.
But last night’s homework was to finish, as best you can, your design for your camera.
Ideally you’ve spent time in the init
method for your MyCamera
class, in this section:

It’s going to require adding the components you need at the right Point
on the screen and the right Size
.
Remember the grid, with the 0,0 point in the center:

x
coordinates to the right are zero to 500, and to the left are zero to minus 500 . y
coordinates from the center up are zero to 500, and from the center down at zero to minus 500.
If you get stuck, try sketching them out on paper.
Today’s Session
We will work more with connecting our camera buttons and view finders and wiring it all up. We’ll talk about how the messages are sent, which is a big organizational component of programming.
And we’ll review styling our components and how we get things close to our design while also making the thing functional.

Tune in at 1pm to try it out!