is for questions dealing with the radius used when drawing rounded corners for a layer's background.
Is there a way to set cornerRadius for only top-left and top-right corner of a UIView? I tried the following, …
ios cocoa-touch uiview cornerradiusIn Objective-C such line self.mainImageView.layer.cornerRadius = CGRectGetWidth(self.mainImageView.frame)/4.0f; does its job, I tried it in …
ios swift uiimageview cornerradiusI'm trying to create a button with rounded corners and a drop shadow. No matter how I switch up, the …
ios swift shadow xcode6 cornerradiusI'm currently looking at a UILabel with the property addMessageLabel.layer.cornerRadius = 5.0f; On a device with iOS 7.0 installed, it …
ios uiview ios7 uilabel cornerradiusI am trying to set cornerRadius of UIButton but I dont know how to do it. If I do like …
ios uibutton cornerradius setbackgroundI have the following style: <Style x:Key="WhiteStyle" TargetType="{x:Type Label}"> <Setter Property="BorderBrush" Value="…
wpf xaml label cornerradiusI'm trying to animate the change of the cornerRadius of a UIView instance layer, but the variation of the cornerRadius …
ios uiview core-animation uiviewanimation cornerradiusI would like to modify UISegmentedControl with a subclass to remove the rounded corners. I can't seem to set the …
ios ios5 uisegmentedcontrol cornerradiusI am creating a UILabel programatically. But the below piece of code doesn't give me rounded corners. I think I …
ios swift uilabel cornerradiusI know you can use .cornerRadius() to round all the corners of a swiftUI view but is there a way …
user-interface rounding swiftui cornerradius