Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Version 1.9.5

Compare
Choose a tag to compare
@dzenbot dzenbot released this 03 Oct 23:59
· 55 commits to master since this release
Features:
  • Migrated the library to be using NSAttributedString underneath. The text property on SLKTextView 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)
Hot Fixes & Enhancements:
  • Updated the sample project to Swift 3! By @cyhsutw (#522)
  • Added a property to allow the user to set how many lines of text SLKTextView's placeholder should have. By @jedmund (#505)
  • Tweaked keyboard height calculations on invert mode. By @ZAndyL (#512)