XLPagerTabStrip icon indicating copy to clipboard operation
XLPagerTabStrip copied to clipboard

How to solve the width ButtonBarViewCell ?

Open Lee0820 opened this issue 6 years ago • 1 comments

when I write this

changeCurrentIndexProgressive = { [weak self] (oldCell: ButtonBarViewCell?, newCell: ButtonBarViewCell?, progressPercentage: CGFloat, changeCurrentIndex: Bool, animated: Bool) -> Void in guard changeCurrentIndex == true else { return } oldCell?.label.textColor = .black newCell?.label.textColor = self?.blueInstagramColor newCell?.label.font = UIFont.systemFont(ofSize: 20) oldCell?.label.font = UIFont.systemFont(ofSize: 16)

    }

B6AF3CCB-1F8A-4458-BA55-E6369D17E05F

Label can't support text

Lee0820 avatar Apr 07 '20 03:04 Lee0820

+1

bananoso404 avatar Jul 22 '20 08:07 bananoso404