You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: