I am stuck in a screen where?
- I have two
UITextFields at top and oneUIButtonat bottom. - I have used
IQKeyboardManagerlibrary so it is possible to scroll the entire page (till the bottom button) with keyboard present on the screen with the help of IQKeyboardManager and without use of UIScrollView. - Though I have set layout constraint of IQKeyboardManager which is IQLayoutGuideConstraint to my bottom constraint but it is not working for me.
self.IQLayoutGuideConstraint = self.bottomLayoutConstraint
Please help. Thanks in advance.