Skip to content

Commit

Permalink
Added Keyboard Toolbar not appear solution
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar authored Nov 5, 2024
1 parent dc8e957 commit 2a9ae5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/MIGRATION GUIDE 7.0 TO 8.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
IQKeyboardManager MIGRATION GUIDE 7.0 TO 8.0
==========================

### Keyboard Toolbar
`IQKeyboardManager.shared.enableAutoToolbar` is now default to `false`. Actually it's now part of the `IQKeyboardToolbarManager` library. Due to this change, you may not see the toolbar over keyboard.
- **Solution 1:** Either Add `IQKeyboardManager.shared.enableAutoToolbar = true` in your app delegate
- **Solution 2:** Or Use `IQKeyboardToolbarManager` directly to enable keyboard toolbar using `IQKeyboardToolbarManager.shared.isEnabled = true`

### 1. Features removed (Moved to their own independent libraries)
- All features related to toolbar handling has been moved to `IQKeyboardToolbarManager` [Link](https://github.com/hackiftekhar/IQKeyboardToolbarManager)
- `IQKeyboardListener` [Link](https://github.com/hackiftekhar/IQKeyboardNotification) (Renamed to `IQKeyboardNotification`)
Expand Down

0 comments on commit 2a9ae5c

Please sign in to comment.