-
-
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
Showing black space between UIKeyboard and View due to Sliding up Keyboard above View position. #93
Comments
Added |
Seems it doesn't work on iOS 9.3. Whatever I set the property to false or true, it wont work. |
Could you please share an screenshot of issue you are getting? |
@hackiftekhar , thanks for response quickly , please check the attached. You can see the black bar at the bottom. |
Hmm, looks like you set |
No, I didn't touch |
I used a ScrollView there to make it scrollable to select fields. |
Are you sure your scrollView is calculating correct contentSize? |
Actually I didn't touch contentSize, I do auto layout config all on Storyboard. It displays fine when keyboard isn't showing. Weird!!! |
Then could you please share a demo project? |
Adding this to appdelegate resolved my problem. |
Adding and
fixed my issue. |
No description provided.
The text was updated successfully, but these errors were encountered: