Create a Drawing App With PencilKit
See how to get started with the recently announced PencilKit in iOS 13 bringing great pencil experiences to your apps. By Jonathan S Wong.
Who is this for?
This course is for advanced iOS developers that are interested in adding PencilKit to their apps. It expects you to be familiar with Xcode and Swift programming.
Covered concepts
- Drawing on a PKCanvas
- Setting Up Tools
- Adding Undo and Redo
- Saving Your Drawing
Create a PKCanvas to start your drawing app from scratch.
Manage your own set of tools or use PKToolPicker to manage the tools for your canvas for you.
See how to use the undo manager with your drawing app to undo and redo drawing operations.
Learn how to use the PKDrawing object to save your art.