Giorgio Fiderio

Results 18 comments of Giorgio Fiderio

Thank you @AhmedZaghloul19. Although remove the header is a possible workaround, I think a better solution could be ignore the comment if there is an empty new line between the...

Same issue here. This makes the library useless!

Thanks for your answer!! Is there an updated version of library that supports iOS9? Giorgio

Hi, I have solved the problem overriding `updateIndicator(for viewController: PagerTabStripViewController, fromIndex: Int, toIndex: Int, withProgressPercentage progressPercentage: CGFloat, indexWasChanged: Bool)` method in my subclass of `ButtonBarPagerTabStripViewController` and moving my logic there....

@harunozdemir I don't understand what you mean. In the `changeCurrentIndexProgressive` you cannot capture the same accuracy because this issue is still open.

I created a minimal demo project. [DemoProject](https://www.dropbox.com/scl/fi/42uuluf0g2l2xe516dlri/AlamofireDemo.zip?rlkey=6by4ex3v5teazbcfsng0vymcc&st=tn3d492n&dl=0) As you can see, string REFRESH is printed twice. So if I try to refresh the credential, for example calling my `refreshToken` API,...

Thanks @orukahairuka, but I tried to use your branch `investigate/auth-refresh-duplicate-3950` in my demo app and nothing is changed. I see REFRESH printed twice. So I don't think your fix solves...

Thanks @jshier . Then, maybe, it would be useful to update [documentation](https://github.com/Alamofire/Alamofire/blob/46249e016881b96846025ed8c2e5045a822af3fe/Documentation/AdvancedUsage.md?plain=1#L755) to specify that `response.statusCode == 401` check is not enough if `validate()` is used to validate response.