XLPagerTabStrip - 选定的选项卡选择不起作用

Posted

技术标签:

【中文标题】XLPagerTabStrip - 选定的选项卡选择不起作用【英文标题】:XLPagerTabStrip - Selected tab selection not working 【发布时间】:2016-12-02 05:10:12 【问题描述】:

XLPagerTabStrip 库中选定的选项卡指示器不适用于 Swift 3 和 XCode 8

我正在为 Tab Strip 使用以下自定义

    super.viewDidLoad()

    buttonBarView.selectedBar.backgroundColor = UIColor(red: 240.0/255.0, green: 89.0/255.0, blue: 43.0/255.0, alpha: 1.0)
    buttonBarView.backgroundColor = UIColor.clear

    settings.style.selectedBarHeight = 3.0
    settings.style.selectedBarBackgroundColor = UIColor(red: 240.0/255.0, green: 89.0/255.0, blue: 43.0/255.0, alpha: 1.0)

    settings.style.buttonBarHeight = 45.0
    settings.style.buttonBarMinimumLineSpacing = 0.0
    settings.style.buttonBarLeftContentInset = 0.0
    settings.style.buttonBarRightContentInset = 0.0
    settings.style.buttonBarItemFont = UIFont(name: "Avenir-Book", size: 12.0)!
    settings.style.buttonBarItemBackgroundColor = UIColor.clear
    settings.style.buttonBarItemLeftRightMargin = 0.0
    settings.style.buttonBarItemTitleColor = UIColor.black

【问题讨论】:

【参考方案1】:

这是上述问题的解决方案

    class ViewController: ButtonBarPagerTabStripViewController 

        override func viewDidAppear(_ animated: Bool) 
            let selectedBarHeight: CGFloat = 2

            buttonBarView.selectedBar.frame.origin.y = buttonBarView.frame.size.height - selectedBarHeight
            buttonBarView.selectedBar.frame.size.height = selectedBarHeight

        


        override func viewDidLoad() 
            settings.style.selectedBarBackgroundColor = .green

            super.viewDidLoad()
          
    

【讨论】:

以上是关于XLPagerTabStrip - 选定的选项卡选择不起作用的主要内容,如果未能解决你的问题,请参考以下文章

XLPagerTabStrip:标题标签未显示在寻呼机选项卡上

XLPagerTabStrip 选项卡没有获得相等的屏幕宽度:Swift

XLPagerTabStrip 没有填满全宽

XLPagerTabStrip - 如何在选择更改时更改所选栏的颜色

无法使用带有自定义单元的 BaseButtonBarPagerTabStripViewController 连接 XLPagertabStrip 插座

iOS_第3方类库_側滑选项卡SlideSwitchView