Hi I am using XLPagerTabStrip to display android like fragment tabs on my ios app (xcode 10.2.1) (IOS 12.3.1)
I am trying to change the icon size. I am using the following code to declare the icons
return IndicatorInfo(image: UIImage(named: "ic_chats"), highlightedImage: UIImage(named: "ic_chats"), userInfo: Any?.self)
I tried going to the assets folder and changing the icon size there from 90x90 to 70x70 but it did not work.
Found the answer we can use the following code (not sure if this is proper but doing the trick)
Add the following code
At the end of the following block in the
class CommunicateViewController: ButtonBarPagerTabStripViewController