Tag: Tutorial
-
Tip: Hex Colors
There’s lot of ways to represent colors. Crayons have names like Sea Green and Peach. I used these two colors since I’m color blind and they once got me in serious trouble when I was young. I and many with color blindness can’t tell them apart easily. Knowing some other identifying system is critical in describing…
-
Basic Auto Layout: A Practical View for Beginners
Note: When I originally posted the Basic Auto Layout video on YouTube, I recorded it live and did not make a script I could post underneath it. This post makes the same UI as the video, but with a few differences in depth of material and process to illustrate how to handle autolayout errors and…
-
Make a Clock In Sprite Kit: Adding a Button for a Stopwatch
In the clock app so far, we have a date and a time. We can switch between them by tapping the screen of our phone. Most apps use a button for this, and it’s time we added our first button. Our app will now change to a stopwatch mode when we press the button. Re-position…
-
The SlippyFlippy Challenge: Make a Better Obstacle in Sprite Kit
Build a Better Obstacle In the SlippyFlippy challenge we have a small obstacle. In Flappy Bird there are two obstacles which the bird has to pass between. Let’s change our current obstacle into a pass-through obstacle like Flappy Bird. Make a Random Obstacle Our current obstacle is a bit boring. It always shows up…