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!
SAVE 50% To celebrate Black Friday, all our books and bundles are half price, so you can take your Swift knowledge further without spending big! Get the Swift Power Pack to build your iOS career faster, get the Swift Platform Pack to builds apps for macOS, watchOS, and beyond, or get the Swift Plus Pack to learn advanced design patterns, testing skills, and more.
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.