DZNSegmentedControl icon indicating copy to clipboard operation
DZNSegmentedControl copied to clipboard

A drop-in replacement for UISegmentedControl for showing counts, to be used typically on a user profile

Results 15 DZNSegmentedControl issues
Sort by recently updated
recently updated
newest added

In ScrollView-Example DEMO, I set `self.segmentedControl.autoAdjustSelectionIndicatorWidth = YES;` then I draging scrollView, it appear like this...

The 'font' property don't change the count string font size. [attributedString addAttribute:NSFontAttributeName value:[UIFont fontWithName:self.font.fontName size:19.0f] range:[string rangeOfString:count]];

Hi i tried to run my app in xcode beta 6 & ios 10 simulator (iphone 5) DZNSegmentedControl doesn't show right

Great repo :+1: I just wondering is there an easy way to glue the segmentControl below navigation bar while scrolling? It will be great if there is an API to...

enhancement

Hi, When a segment is selected, I'm looking for a way to set a different text color and indicator color. I checked the code, the indicator is the same as...

For designs that have the segment edges alight to the borders of the control