Skip to content

v6.0.0 Core Logic changed, Bug fixes and improvements

Compare
Choose a tag to compare
@hackiftekhar hackiftekhar released this 12 Apr 12:14
· 350 commits to master since this release
f9eee09

Bug fixes

  • Fixed an issue where textView was going out of the screen of form sheet or page sheet style presentation on iPad.
  • Fixed couple of memory leaks.
  • Fixed animation glitch if constraint are pinned with layout guides or safe area.
  • Fixed an issue where navigation bar moves with textFields.
  • Introduce IQInvocation class to fix some memory leak issues.

Improvements

  • Core logic changed to handle distance between textField and keyboard. This fixes most of the recent issues automatically.
  • Renamed sharedManager() withshared for swift version.
  • Renamed viewController() method with viewContainingController() due to naming conflict with other third party SDK's.
  • Supported toolbar placeholder text color
  • Added @objc annotation to make swift library available for Objective-C files.
  • Added placeholderTextColor to IQTextView

Deprecation and removed

  • Deprecated preventShowingBottomBlankSpace, shouldFixInteractivePopGestureRecognizer, canAdjustAdditionalSafeAreaInsets