XLPagerTabStrip
XLPagerTabStrip copied to clipboard
XIB
I want to implement XLPagerTabStrip in viewcontroller. But I don't use storyboards. All my view controllers made by XIB. So When I am using BaseButtonBarPagerTabStripViewController it gives me error. Can you give a example working with XIB files
Have the same problem 😅It won't let us connect the existing outlets (buttonBarView for ex.)
@shakhzodurinboev @shemchavez have you tried to right click on the view (UIScrollView for ex.) then connect the outlet from "New Referencing Outlet" then drag into File's Owner then select the required outlet ?
it's working fine with XIB for me
@edityomurti Thank's it a lso worked for me.