// [self.segment setTitle:@"hahahaha" forSegmentAtIndex:0];
只需要在初始化之后或者修改某个title之后调用下面2个方法就会内容自适应宽度
[self.segment setApportionsSegmentWidthsByContent:YES];
[self.segment sizeToFit];
// [self.segment setTitle:@"hahahaha" forSegmentAtIndex:0];
只需要在初始化之后或者修改某个title之后调用下面2个方法就会内容自适应宽度
[self.segment setApportionsSegmentWidthsByContent:YES];
[self.segment sizeToFit];
本文标题:UISegmentedControl 内容自适应宽度
本文链接:https://www.haomeiwen.com/subject/itghkctx.html
网友评论