-
-
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
UITextFields in UIViewController #137
Comments
May be you are pinning your textField constraint to topLayout guide, if NO, then could you please share demo code? |
Any updates or you fixed this issue by fixing your autolayout configuration? |
it hasn't been fixed yet, but I can't really share code since it's a xib file. I removed all constraints except the width of one text field...SHOULD the page be scrolled automatically? maybe I'm expecting this code to do something it doesn't. or maybe I do need a UIScrollView |
I think you are going right, Library must move textField out of the way, but still I need a demo project to debug it. Could you please create a separate demo project to demonstrate the issue and share with me? |
so I just made a demo project...and it works...something with my code...I have no idea what it could be |
I'm trying to figure out what other pods are conflicting with this...same issue with the UIPickerView not having the accessory bar...I'm using XLForm, but the accessory bar shows up in their textfields normally...and they use a UIViewController |
Try adding pod one by one in demo project. seems some issue with your project not in the library, because demo is working fine. |
HOLY CRAP.....yeah, I'm an idiot, I was inheriting from UITableViewController for some reason...once I changed it to UIViewController, everything worked. thank you for your help man. Sorry about that |
Thanks bro, I would love to help you when you are in trouble. |
side-note, XLForm conflicts when it comes to a Selector View...the toolbar doesn't show up there...looking into a fix for that |
I have a login screen of just a UIViewController with 3 UITextfields in them...does IQKeyboardManager support getting the textboxes out of the way then, because that's not happening. Any ideas what I need to do.
Things you should know:
1- I have Constraints between the textboxes, but not constraints to the superView.
2- I tried adding those fields in a UIScrollView and that still doesn't work
The text was updated successfully, but these errors were encountered: