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

Fix bug in fontScale #81

Open alex-chan opened 6 years ago

alex-chan commented 6 years ago

There is a bug in fontScale. ie: if normal font size is 12, selected font size is 16 then the fontScale is 0.75 the result is normal font size is 0.75*12, the selected font size is 0.75 * 16

This pull request fix this bug