UISegmented控制角半径在Objective-C中的setBackgroundImage之后不起作用

时间:2018-12-19 06:50:13

标签: ios objective-c uisegmentedcontrol

我用这条线定角

segmentedControl1.layer.cornerRadius = 0.7;
segmentedControl1.layer.borderColor = [UIColor whiteColor].CGColor;
segmentedControl1.layer.borderWidth = 1.0f;
segmentedControl1.layer.masksToBounds = YES;

它工作正常,但是当我为其设置背景图像时,角半径将不起作用

[segmentedControl1 setBackgroundImage:[UIImage imageNamed:@"segment-background.png"] forState:UIControlStateNormal barMetrics:UIBarMetricsDefault];

0 个答案:

没有答案