is for questions dealing with the radius used when drawing rounded corners for a layer's background.
I want to set different corner radius for a view in Swift -3 , I am able to set the radius …
ios swift3 cornerradiusI'm updating my app to use UIStackViews, now that most people should have updated to iOS 9. In the old version, …
ios swift cornerradius uistackviewI usually use the following code to set rounded corners. imageView.layer.cornerRadius = 10 It works when the imageView is set …
ios objective-c swift rounded-corners cornerradiusI want to use a ComboBox with different CornerRadius, how can I change that simply? I've tried with Style and …
wpf combobox styles controltemplate cornerradiusIn my project, I am using RecyclerView in my listing using CardView. In my listing I have to set the …
android android-cardview cornerradius cardviewI have a button say myButton. I want to set the top left corner radius of the button programmatically. I'm …
android button cornerradiusMy scroll has some views that is cornerRadius = 10.0 and masksToBounds = YES. This causes a performance issue for scrolling my scroll …
iphone objective-c ios calayer cornerradiusI want to customize the following Listbox-display property of border with CornerRadius=5..can anyone help me to achieve it without …
wpf xaml listbox border cornerradiusHi Im wondering if It's possible to set a corner radius on a UIVisualEffectView? Here's the code that i've tried: @…
swift xcode6 cornerradius uivisualeffectviewThe following code works on an iPhone but on an iPad the circle is not evenly rounded. How can I …
ios swift cornerradius