I am not able to see the next/previous button in toolbar using IQKeyboardManagerSwift when its inside stack view I have checked this link and added IQPreviousNextView as my view class. But still facing the same issue. Below is my storyboard layout.
Any help is appreciated
As per the instructions from IQKeyboardManagerSwift
GitHub repo: https://github.com/hackiftekhar/IQKeyboardManager/wiki/Manual-Management
Embed the New Pin Stack
in a UIView
, then assign the custom class of that view to IQPreviousNextView
Prior to embedding (Prev / Next arrows not shown):
After embedding (Prev / Next arrows will be shown):
Note: constrain New Pin Stack
at 0
to all four sides of the new view it is embedded in.