-
Notifications
You must be signed in to change notification settings - Fork 33
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
On Rotation issue #1
Comments
I already worked on this and pushed the revised version just now. |
Good job! I was looking at your code and how it is written. I wanted to fix it by myself but I have more experience with creating UI with constraints instead of autoresizing masks and frames. Did you try to create UI only with constraints programmatically? |
I wanted to use constraints but found that it takes more time for me to implement with constraint than with frames without a storyboard. |
When I started using constraints, it was a little bit challenging, but now it is quite easy:) Once again, good job:) |
Hello, I have just used your library. It looks very convenient and great. But I found out, there is an issue, if I rotate a phone, menu will not adjust properly.
The text was updated successfully, but these errors were encountered: