-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Layout issue. #19
Comments
The same is happening to me. It happens because of this commit: The exact line that causes the error is: frame.origin.x = frame.origin.x - titleLabel.frame.size.width - 10 Because frame.origin.x is substracted repeated times, the first time looks good, but after the buttons have an incorrect layout: |
Solved on 1.3.0 version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When hide -> show -> open, layout is incorrect.
![layoutissue](https://cloud.githubusercontent.com/assets/6648212/13374924/d30d8828-dd9a-11e5-9a1e-09cf2558cc0b.png)
The text was updated successfully, but these errors were encountered: