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

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -