2

I want to update my indicator info on some events happening in the child view controllers. How can we achieve this?

Sayalee Pote
  • 511
  • 5
  • 22

1 Answers1

4
if let pagerTabStrip = self.parent as? ButtonBarPagerTabStripViewController {
    pagerTabStrip.buttonBarView.reloadData()
}

For anybody looking for a solution to this. Please refer here.

pacification
  • 5,838
  • 4
  • 29
  • 51
Sayalee Pote
  • 511
  • 5
  • 22