xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not support push segue to the pagerTabStrip?

yuhai-bd opened this issue · comments

Hi~, I'm new to swift5 and iOS development. And I use your package to achieve a tab bar on top of iOS. But I found that I must use segue whose kind is Modal rather than Push. I mean when I choose Modal segue to the parent view controller of the tabBar, it works. However, when it is Push segue the parent view doesn't show the tab bar, even though I can slide to switch the children view.
I'm using the latest version which is XLPagerTabStrip (8.1.0), the version of Xcode is 11.3.1 and the version of swift is swift5. Thanks a lot!