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
Unfortunately this control doesn't support arbitrary Bezier paths. The reason being that for the layer to 'clip' to a path, we have to mask it. If we mask it, we lose the underlying shadow :/
If we use .layer.cornerRadius (which this control currently does) then we don't have to mask anything, but we affect all 4 corners.
However, if I can find some time I will try and work around this for the next release.
As for the border color and border width, you can add these yourself very easily until the feature makes it into the release version by adding some code to BFPaperButton.h/m:
I would like to put two buttons side by side and have the left side of button one be curved and the right side of button two be curved
Also if I could have the ability to specify if the radius us specified on specific corners
Button.RadiusTopLeft =
Button.RadiusTopRight =
Button.RadiusBottomLeft =
Button.RadiusBottomRight =
Also would it be possible to specify that the button is transparent with a border
Button.BorderWidth =
Button.BorderColor =
We are having to use a couple of images in a view and would like to replace them with your button
The text was updated successfully, but these errors were encountered: