Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Some day, developers may live in a world whereby SwiftUI is the sole UI framework. Sadly, this is not the present. UIKit is, and will continue to be, a necessary part of iOS development. Like many frameworks, UIKit unlocks some additional options for Writing Tools.

In this lesson, you’ll learn about additional configuration options, all of which require UIKit. You’ll learn to request a particular Writing Tools experience, configure Writing Tools for web views, as well as check to see if Writing Tools is even running.

By the end of this lesson, you’ll have learned to:

  • Describe the controlling behavior with Writing Tools within your app.
  • Detail how to integrate Writing Tools into a user interface and develop an interactive feature.
See forum comments
Download course materials from Github
Previous: Quiz: Understanding the Writing Tools Next: Instruction 01