You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to set cornerRadius(12) along with the rest of my Stevia layout code would really be nice.
It would need to set layer.masksToBounds = false automatically, similar to how Stevia currently sets translatesAutoresizingMaskIntoConstraints = false.
At the moment I have this added in Stevia fashion myself through
Being able to set
cornerRadius(12)
along with the rest of my Stevia layout code would really be nice.It would need to set
layer.masksToBounds = false
automatically, similar to how Stevia currently setstranslatesAutoresizingMaskIntoConstraints = false
.At the moment I have this added in Stevia fashion myself through
but it'd be nice to have cornerRadius supported.
The text was updated successfully, but these errors were encountered: