-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic video tutorial #1135
Comments
Hey @rebeloper That's awesome! I can include this in the readme file. I checked both videos and just one thing I noticed, while demoing you've added constraint pinned to safe area (top on textView and bottom on textField) and that's why you get some jumping layout issue while switching between textField and textView. Can you replace that constraint with superview to remove jumping layout issue? Or if it will be hard for you to do then just let me know we can include these video links in repo readme file without any change. Thanks mate! |
Nope, I think this should fix the issue, if not then I'll need to check what might be the problem, I'm was sure that library should work out of the box. Anyhow then I'll include those video links in README file. |
Added to README. Cheers! |
Sure! Will do. |
done! |
In the videos, @rebeloper you had added the text field (bottom view) before adding the text view (top view). The subviews of the main view had the following order: Hence, the up/down arrows in the toolbar got messed up. That's when I realised how consistent is IQKeyboardManager - what you give is what you get. @hackiftekhar an awesome and beautiful library. |
Hi,
I have created two videos on how to implement IQKeyboardManager at it's core:
https://www.youtube.com/playlist?list=PL_csAAO9PQ8aTL87XnueOXi3RpWE2m_8v
The text was updated successfully, but these errors were encountered: