Enabling the done button on a UITextView

Are you sure that you want to do that?

Steven Curtis

--

The following post explains how to make sure you are “done” when the user has finished entering their text in a UITextView

Prerequisites:

  • Some understanding of coding in Swift, and adding components to the Storyboard (or through code)

Terminology

UITextView: An object that displays text in a custom style while supporting text editing

Implementation

--

--