2

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

Sayalee Pote
  • 450
  • 4
  • 18

1 Answers1

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

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

pacification
  • 5,140
  • 3
  • 22
  • 46
Sayalee Pote
  • 450
  • 4
  • 18