This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Version 1.9.5
Features:
- Migrated the library to be using NSAttributedString underneath. The
text
property onSLKTextView
uses a NSAttributedString representation based on its font and text color, and doesn't forward to super. By @jacywu07 (#501) - As part of the migration to NSAttributedString, new helpers for attributed strings have been added to
SLKTextView+SLKAdditions
. - Introduced a new API to end users to open the auto-completion mode with a given prefix. By @jacywu07 (#506)
- Exposed the private
cacheTextView
method. By @acandelaria1 (#513)