IOS 7 UISegmentControl の色合いの設定が機能しない。どうすれば解決できますか?
追加するための私のコードは次のとおりです。
UISegmentedControl *segmentControl = [[UISegmentedControl alloc] initWithItems:[NSMutableArray arrayWithObjects:@"YES",@"NO", nil]];
[segmentControl setTintColor:[UIColor orangeColor]];
色は境界線にのみ表示されますが、背景全体に色を付けたいです。
私が図書館から引用したように、
@property(nonatomic) UISegmentedControlStyle segmentedControlStyle NS_DEPRECATED_IOS(2_0, 7_0, "The segmentedControlStyle property no longer has any effect");*