All Versions
50
Latest Version
Avg Release Cycle
42 days
Latest Release
1688 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v5.0.7 Changes
December 17, 2017๐ Bugfixes:
๐ Improvements:
- Fixed a deprecated warning about characters.
- ๐ Improved IQToobar button frame calculations below iOS11.
๐ Documentation:
- โก๏ธ Updated Update PROPERTIES & FUNCTIONS.md.
-
v5.0.6 Changes
November 05, 2017๐ Bugfixes:
- Fixed a compilation issue due to NSAttributedString.
๐ Improvements:
- Replaced some Objective-C style API's with Swift style API's.
-
v5.0.5 Changes
November 04, 2017๐ Improvements:
- Patched a tweak for appearance proxy where appearance proxy on UIBarButtonItem was also overriding IQBarButtonItem appearance, which shouldn't be intended.
-
v5.0.4 Changes
October 13, 2017๐ Bugfixes:
- Fixed a crash issue due to setting tintColor proxy on IQToolbar.
๐ Improvements:
- Added canAdjustAdditionalSafeAreaInsets to control whether library is allow to change additionalSafeAreaInsets or not. Default is NO.
-
v5.0.3 Changes
October 03, 2017๐ Features:
- Added ignoreSwitchingByNextPrevious for textField/textView to ignore it while finding next/previous textField.
๐ Improvements:
- Upgraded demo project with Safe Area layout guide.
- โ Improved keyboard/textfield handling with additionalSafeAreaInsets tweak.
-
v5.0.2 Changes
September 24, 2017๐ Bugfixes:
- ๐ Fixed some compilation issue cause due to @import.
-
v5.0.1 Changes
September 24, 2017๐ Improvements:
- Changed #import with @import.
-
v5.0.0 Changes
September 19, 2017๐ Bugfixes:
- ๐ Fixed an issue where custom bar button actions wasn't not passing UITextField/UITextView object to method.
๐ Features:
- Added shouldIgnoreScrollingAdjustment property in UIScrollView category to prevent scrollView to scroll to adjust textField position. This will be useful if there are nested UIScrollView are having and we should like to scroll an specific one to autoscroll to correct position.
๐ Improvements:
- Converted project to support swift4, with backward compatibility of swift3.2 and swift 3.0.
- Migrated from #import statements to @import.
๐ Deprecations and Removed:
- โ Removed localizable.strings files from Bundle since it's no longer useful.
-
v4.0.13 Changes
August 22, 2017๐ Bugfixes:
- ๐ Fixed an issue preventing to build project
- Fixed an issue where keyboard toolbar start displaying text from left with iOS11.
-
v4.0.12 Changes
August 19, 2017๐ Bugfixes:
- ๐ Fixed some text alignment issue with IQTextView
- Fixed an issue where keyboard toolbar wasn't displaying properly with iOS11.
- ๐ Fixed an out of bound index crash happening with swift version.
๐ Improvements:
- Renamed topMostController to topMostWindowController due to a swift conflict