Commit c4e0512c authored by Steven杜宇's avatar Steven杜宇

// 字体

parent fae640b6
...@@ -40,10 +40,10 @@ class YHGCPreviewControllerHoldViewController: UIViewController { ...@@ -40,10 +40,10 @@ class YHGCPreviewControllerHoldViewController: UIViewController {
let dataSource = JXSegmentedTitleDataSource() let dataSource = JXSegmentedTitleDataSource()
dataSource.titles = arrItemTitles dataSource.titles = arrItemTitles
dataSource.titleNormalFont = UIFont.PFSC_R(ofSize: 16) dataSource.titleNormalFont = UIFont.PFSC_R(ofSize: 14)
dataSource.titleNormalColor = UIColor.init(hex: 0x435163) dataSource.titleNormalColor = UIColor.init(hex: 0x435163)
dataSource.titleSelectedFont = UIFont.PFSC_M(ofSize: 16) dataSource.titleSelectedFont = UIFont.PFSC_M(ofSize: 14)
dataSource.titleSelectedColor = UIColor.brandMainColor dataSource.titleSelectedColor = UIColor.brandMainColor
dataSource.isItemSpacingAverageEnabled = false dataSource.isItemSpacingAverageEnabled = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment