HMSegmentedControl
HMSegmentedControl copied to clipboard
HMSegmentedControlTypeTextImages type vertical text and image not align
self.cateSegmentControl.type = HMSegmentedControlTypeTextImages; self.cateSegmentControl.imagePosition = HMSegmentedControlImagePositionLeftOfText; self.cateSegmentControl.textImageSpacing = 6.f; self.cateSegmentControl.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;
Here I added the code however the image and title not align vertical, the title is a little upper than image, I used the svg file, I think this is a bug and maybe we need a function to set titles attributestrings instead of simple string
