All Versions
50
Latest Version
Avg Release Cycle
42 days
Latest Release
1351 days ago

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