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

Incorrect done button position #252

Merged

Conversation

oliveroneill
Copy link
Contributor

In the code below the _doneButtonSize variable is set based on _doneButtonImage.size after just confirming that _doneButtonImage is NULL. Therefore the size will always have a width and height of zero unless using a custom done button image. This is fixed by using the frame which is set based on orientation.

@eduardocallado eduardocallado merged commit 4037cdb into thiagoperes:master May 25, 2017
@oliveroneill oliveroneill deleted the done_button_position_fix branch May 25, 2017 21:56
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

Successfully merging this pull request may close these issues.

2 participants