Instance Method
setWidth(_:forSegment:) setWidth:forSegment: setWidth_forSegment_
Fixed pixel width for the segment. Pass 0 to let the segment size itself to fit its content (the default).
Declaration
func setWidth(_ width: CGFloat, forSegment segment: Int)Declaration
- (void) setWidth:(CGFloat) width forSegment:(NSInteger) segment;Declaration
setWidth_forSegment_(width: float, segment: int)