- I wanted to convert hex colors into colors, and here’s the solution I found I thought was the best.
- But now that I had hex color conversion, I needed the right place to put it for the app’s theme. What I don’t like about Swift extensions is that they don’t have names like they do in Objective-C, but Natasha the Robot has a great suggestion to do this with type aliases.
- If you’ve tried signing up for Apple Music, you know they have a really cool on boarding view with bubbles. Here’s an example implementation using SpriteKit!
- More on on boarding: https://github.com/mamaral/Onboard
- Here’s a helpful guide on using a page controller with a storyboard: https://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/
- Should you use vector or raster images for your app? Here’ Bjango’s case that you shouldn’t (mostly): https://bjango.com/articles/idontusepdfs/