Tabman icon indicating copy to clipboard operation
Tabman copied to clipboard

adjustsFontSizeToFitWidth feature and minimumScaleFactor setting

Open sugitatestblue opened this issue 3 years ago • 1 comments

New Issue Checklist

https://github.com/uias/Tabman/issues/257 ?? but not resolved

Issue Description

I set it but overflow text

        barView.buttons.customize { (button) in
            button.adjustsFontForContentSizeCategory = true

Other useful things

        barView.buttons.customize { (button) in
            button.adjustsFontSizeToFitWidth = true
            button.minimumScaleFactor = 0.6

I want this

sugitatestblue avatar Jun 04 '21 08:06 sugitatestblue

not work adjustsFontForContentSizeCategory

sugitatestblue avatar Jun 07 '21 01:06 sugitatestblue