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 232 forks source link

Fixed "Selected Font / Pagercontroller animation not working" #126

Open asomethings opened 5 years ago

asomethings commented 5 years ago

Problem

selectedFont wasn't working. The code was only checking selectedFont and sending font only the normal font

pagerController.scrollToController(at:animate:) Only Tab bar was animating. But I wanted pagerController to animate too.

Fix

Fixed the code by checking selectedTextFont and sending selectedTextFont if it exists. Added setContentOffset's animate value to animate variable