ios - FBLoginView button with sharp corners -
I am using the FBOOVIN view in an iOS app.
Can I change the button of FBLoginView faster than the round corner?
You will need to use a custom button for this, you will see FBLoginView
and Must have to work within the constraints set by third party libraries.
However, if FBLoginView
uses a layer Conradius
to round internally, you can observe the visual hierarchy and To get sharp edges, set the corner radius of the offending scene to 0.0
.
Comments
Post a Comment