We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have UIButton setuped with image only And I set it height, and want that width will calculates its aspect ratio with image size
How can I do it, because .aspectRatio() method do not work?
I think it is very popular case, and last years I make calculations based on setted image size and set .aspectRatio(156/235) that is not convenient
The text was updated successfully, but these errors were encountered:
update
Sorry, something went wrong.
No branches or pull requests
Hello, I have UIButton setuped with image only
And I set it height, and want that width will calculates its aspect ratio with image size
How can I do it, because .aspectRatio() method do not work?
I think it is very popular case, and last years I make calculations based on setted image size and set .aspectRatio(156/235) that is not convenient
The text was updated successfully, but these errors were encountered: