So far I’ve been working hard to introduce you to a variety of Apple’s built-in components: UIViewController
, UITableView
, UISlider
, and more – all really important, and all fundamental building blocks that you’ll use when building your own apps.
Now, though, it’s time for you to learn how to do custom drawing: how to render shapes, colors, text, and images of your choosing, so that you can make images dynamically rather than relying solely on those in your asset catalog.
Apple’s framework for this is called Core Graphics, and it gives you a large blank canvas to render into whatever takes hold of your imagination. As Michelangelo once said, “every block of stone has a statue inside it and it is the task of the sculptor to discover it.”
I’m going to teach you the tools you need to create your own artwork, but what you do with those tools is down to you!
Today you have six topics to work through, and you’ll learn about UIGraphicsImageRenderer
, drawing fills and strokes, and insetting a CGRect
, while also getting more practice with NSAttributedString
, and more.
Need help? Tweet me @twostraws!
SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's all new Paywall Editor allow you to remotely configure your paywall view without any code changes or app updates.
Sponsor Hacking with Swift and reach the world's largest Swift community!
The 100 Days of Swift is a free collection of videos, tutorials, tests, and more to help you learn Swift faster. Click here to learn more, or watch the video below.
Link copied to your pasteboard.