12207480 / TYPagerController

page scroll view and controller,simple,high custom,and have many tabBar styles,,support Objective-C and swift
MIT License
1.37k stars 231 forks source link

单独设置选中字体为粗体,不起作用 #90

Closed 200895045 closed 6 years ago

200895045 commented 6 years ago

我是继承的: TYTabPagerController 1、如果默认与选中字体都设置为粗体,显示是正常的。 2、设置默认字体为正常的系统字体,选中字体为粗体,结果不起作用 self.tabBar.layout.normalTextFont = [UIFont systemFontOfSize:20]; self.tabBar.layout.selectedTextFont = [UIFont boldSystemFontOfSize:20];

200895045 commented 6 years ago

我重写了下面这个方法,切换后字体可以变成粗体了,但首次启动时默认选中项的字体还是不正确

pragma mark - TYTabPagerBarDelegate

//重写Tab Cell切换方法,设置标题字体

12207480 commented 6 years ago

还不支持设置字体的粗细,因为字体大小的变化是通过transform

zting8023 commented 6 years ago

是因为在pagerbarlayout文件中,有个地方作者写错了

} 修改这个就好了