nealyoung / NYSegmentedControl

Animated, customizable replacement for UISegmentedControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chinese display problems ...

jiazufei opened this issue · comments

+1

我注释了NYSegmentedControl.m的 276行
// selectedSegment.titleLabel.textColor = self.selectedTitleTextColor;
解决了该问题 但不知道会不会影响其他

index 变化的时候,颜色会不会有问题?我暂时还是使用系统的segment了

Hi, can you try the latest update (v1.1.0) and see if this fixes the issue? I've updated the method of drawing text.