Rajat Mishra
Rajat Mishra
I'm also facing this error ``` finished with error [-1001] Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=60, NSUnderlyingError=0x600003a739f0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: en1, _kCFStreamErrorCodeKey=60,...
@rolflocher I've tried using web api to fetch playlist but it shows me authentication error. Could you please help understand the whole process of how to achieve this? Because in...
I guess below methods could be helpful: For progressive, PagerTabStripIsProgressiveDelegate `func updateIndicator(for viewController: PagerTabStripViewController, fromIndex: Int, toIndex: Int, withProgressPercentage progressPercentage: CGFloat, indexWasChanged: Bool)` For normal, PagerTabStripDelegate: `func updateIndicator(for viewController: PagerTabStripViewController,...
@ShoaibPathan did you get any solution for this? I tried assigning delegate but it is not working. ``` override func updateIndicator(for viewController: PagerTabStripViewController, fromIndex: Int, toIndex: Int) { print(viewController) print("fromIndex:...
Well, My bad. I was using progressive style so I have to use PagerTabStripIsProgressiveDelegate For progressive, PagerTabStripIsProgressiveDelegate `func updateIndicator(for viewController: PagerTabStripViewController, fromIndex: Int, toIndex: Int, withProgressPercentage progressPercentage: CGFloat, indexWasChanged: Bool)`+++++++...
Can anyone merge this change? I would like to use the library with SPM.