KSOToken is a UITextView
subclass (along with supporting classes) that provides functionality similar to NSTokenField
on macOS. It provides completion support and its appearance is highly customizable. The default appearance matches system apps that use similar controls (e.g. Mail). It relies on the Stanley and Ditko, and Loki frameworks.
You can install KSOToken using cocoapods, Carthage, or as a framework. When installing as a framework, ensure you also link to Stanley, Loki and Ditko as KSOToken relies on them.
Third party: