Tabman icon indicating copy to clipboard operation
Tabman copied to clipboard

Slow Transition to Another Tab fails to set selected font

Open nikeshakya opened this issue 5 years ago • 2 comments

Issue Description

I have customized bar buttons as follows bar.buttons.customize { (button) in button.font = UIFont(name: "SourceSansPro-Regular", size: fontSize)! button.selectedFont = UIFont(name: "SourceSansPro-Bold", size: fontSize)! } while transitioning from one tab to another.... selectedFont is not being set in current active tab..

Steps to reproduce: -> Slow/Fast swipe through tabs

Bug Image

Correct State

Screen Shot 2019-03-27 at 10 38 52 AM

Wrong State (Selected tab doesn't have bold font)

Screen Shot 2019-03-27 at 10 39 05 AM

nikeshakya avatar Mar 27 '19 04:03 nikeshakya

@nikeshakya will check it out 👍

msaps avatar Apr 08 '19 01:04 msaps

@msaps okay thanks..will be looking to get updates on it

nikeshakya avatar Apr 12 '19 10:04 nikeshakya