Skip to content
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

Present Modal PageSheet pushes view beyond viewport #6

Open
ninokierulf opened this issue Nov 17, 2014 · 2 comments
Open

Present Modal PageSheet pushes view beyond viewport #6

ninokierulf opened this issue Nov 17, 2014 · 2 comments

Comments

@ninokierulf
Copy link

No description provided.

@fraserscottmorrison
Copy link
Contributor

Could you provide more info - is the keyboard visible when the modal page sheet is shown?

Whats the actual behaviour vs the expected behaviour?

@ninokierulf
Copy link
Author

The keyboard is not shown initially when the modal page sheet is presented. I then tap a textfield, I have a property UIView that contains the textfields and I pass that property as the target in [IHKeyboardAvoiding setAvoidingView:self.view withTarget:self.avoiding].

Expected behaviour is that the text fields within self.avoiding (UIView) should still be visible within the page sheet.

By my observations, the gap from the main screen bottom and the page sheet bottom is added in the calculation of avoiding the keyboard

UPDATE:
I'm not using autolayout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants