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

Layout issue. #19

Closed
Ying1986 opened this issue Feb 27, 2016 · 3 comments
Closed

Layout issue. #19

Ying1986 opened this issue Feb 27, 2016 · 3 comments

Comments

@Ying1986
Copy link

When hide -> show -> open, layout is incorrect.
layoutissue

@madelman
Copy link

The same is happening to me.

It happens because of this commit:

6045bdc

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:

floating

kciter added a commit that referenced this issue Mar 2, 2016
@kciter
Copy link
Owner

kciter commented Mar 2, 2016

Oh, I'm sorry @Ying1986, @madelman. I have fixed it quickly.
Later I will further improve it.
Thanks.

@kciter
Copy link
Owner

kciter commented Mar 25, 2016

Solved on 1.3.0 version.

@kciter kciter closed this as completed Mar 25, 2016
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

3 participants