This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Version 1.8
Features & Enhancements:
- Added Markdown Formatting ⚡️📝, a useful and simple way to allow your users to auto-complete any markdown formatting from within the text input. 1 small step to make writing markdown quicker.
- The shake gesture now presents an
UIAlertController
for iOS 8 and above. Still supports the old and goodUIAlertView
for legacy versions.
Hot Fixes:
- Fixed some content inset non-sense
- Scrolling to top now really scrolls to top. Not down. Oopsie.
- Scrolling down when the keyboard gets presented is also working now. Yay 🎉 !
- The placeholder font now matches the textView font, for real this time.
- Avoids reloading the text view when there is no key for cache. Thanks @susieyy!
- Removed annoying iOS 8 warnings.