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.