InputBarAccessoryView Versions Save

A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments

6.3.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nathantannar4/InputBarAccessoryView/compare/6.2.0...6.3.0

6.2.0

1 year ago
  • Remove canBecomeFirstResponder on InputTextView to fix UITextViewDelegate methods not being called

6.1.1

1 year ago
  • fixed warning for Xcode 14

6.1.0

2 years ago

6.0.0

2 years ago

iOS 12 has been around for a while, but with upcoming WWDC, we are ready to let this version go and rest in peace forever. The same could be said about CocoaPods - what used to be the major and most important thing on iOS for developing apps with 3rd party libraries - has been replaced by natively supported way called Swift Package Manager.

Sit tibi terra levis.

Changelog:

  • Breaking change: Drop iOS 12 support
  • Breaking change: Drop CocoaPods support & RxSwift extension (it was available only via CocoaPods)
  • KeyboardManager will not update position of inputAccessoryView from interactive dismiss panGesture when the keyboard is floating
  • Update docs

5.5.0

2 years ago
  • Update SPM tools to Swift 5.5
  • Added new optional delegate method for custom attachments size
  • Added new animations for left/right stack view constraints

5.4.0

2 years ago
  • Make sure framework is ready for XCode 13
  • Fix availability in AppExtensions
  • Fix Package.swift to support iOS 12+ only
  • Reset cachedNotification when keyboard is programmatically dismissed

5.3.1

3 years ago
  • Applied additionalBottomSpace to interactive dismissal

5.3.0

3 years ago
  • Allow setting canBecomeFirstResponder
  • Fix interactive keyboard dismissal lag
  • Add example implemntation of sendButton animation

5.2.3

3 years ago
  • Fixed appendSpaceOnCompletion inserting space at wrong location