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
I can make the UIView to have a corner-radius, and it makes all the 4 corners rounded...
But how can I make only top-left and top-right corners to be rounded?
top-left
top-right
This is is the best that I´ve come up to:
using corners: 1 1 0 0;
corners: 1 1 0 0;
And I don´t know why, it cuts the view leaving empty a lot of free space to the right...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can make the UIView to have a corner-radius, and it makes all the 4 corners rounded...
But how can I make only
top-left
andtop-right
corners to be rounded?This is is the best that I´ve come up to:
using
corners: 1 1 0 0;
And I don´t know why, it cuts the view leaving empty a lot of free space to the right...
The text was updated successfully, but these errors were encountered: