This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Version 1.7
Deprecations:
- Removed
shouldForceTextInputbarAdjustment
and replace it with-forceTextInputbarAdjustmentForResponder:
- Renamed
canShowTypeIndicator
and replace it withcanShowTypingIndicator
- Renamed
editortLeftButton
witheditorLeftButton
, andeditortRightButton
witheditorRightButton
Features & enhancements:
- Added iOS 9 (beta 5) support, with fixes for multi-tasking on iPad and external keyboard shortcut hud support, and many small layout tweaks.
- Added the ability to show/hide the text input bar, with animation support, using
setTextInputbarHidden:animated:
. Thanks @aryaxt! - Added better Accessibility support with Dynamic Type
- Improved the keyboard panning gesture by dragging the text input bar from the bottom (feature flagged as it needs more testing)
- Added 2 more
UIScrollViewDelegate
method declarations to SLKTextViewController's header.super
is required!