Results 6 comments of MingYik

> Hi, thanks for filing this! The Xcode 14 compile errors have been fixed in recent versions of the SDK: > > https://github.com/stripe/stripe-ios/releases > > I would recommend upgrading to...

简单解决了,随便看看吧!重写了个方法makeScrollToIndex: - (void)makeScrollViewScrollToIndex:(NSInteger)index { if (self.autoScroll) { [self invalidateTimer]; } if (0 == _totalItemsCount) return; [self makeScrollToIndex:index]; if (self.autoScroll) { [self setupTimer]; } } - (void)makeScrollToIndex:(NSInteger)targetIndex { if (self.infiniteLoop) {...

简单的解决了,不喜勿要喷 重新写了个makeScrollToIndex: - (void)makeScrollViewScrollToIndex:(NSInteger)index { if (self.autoScroll) { [self invalidateTimer]; } if (0 == _totalItemsCount) return; [self makeScrollToIndex:index]; if (self.autoScroll) { [self setupTimer]; } } - (void)makeScrollToIndex:(NSInteger)targetIndex { if (self.infiniteLoop)...

> Hi all. I ran into an issue that was supposedly fixed in version **6.5.3**. The `func didResolveDeepLink(_ result: DeepLinkResult)` method is called twice again. ![image](https://user-images.githubusercontent.com/12272338/193564984-186fad0b-bbbb-421a-9001-0365113ddf4a.png) > > In the...

”Fatal Exception: NSInternalInconsistencyException Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (5) must be equal to the...

These warnings used to appear on #2091, and now they appear again