Hi,
Actually my requirement is to show second child VC from first child VC on the button click. I have gone through the docs as well as issues but wasn't able to get help from them. Any help will be appreciated. Thanks.
func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo {
pagerStrip = pagerTabStripController
return itemInfo
}
@kmmpaliza I want to move to third view controller using moveToViewController(at: index), but does not work. It happen with any index which pass
Most helpful comment
func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo {
pagerStrip = pagerTabStripController
return itemInfo
}
pagerStrip.moveToViewController(at: 1, animated: true)