KpengS
KpengS
在scrollViewDidEndScrollingAnimation生命周期修正一下 ``` public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) { if let function = self.delegate?.pagerViewDidEndScrollAnimation { function(self) } let adjustedOffset = adjustContentOffset(scrollView.contentOffset, frameWidth: self.frameWidth) self.collectionView.setContentOffset(adjustedOffset, animated: true) } func adjustContentOffset(_ contentOffset: CGPoint,...
同样的问题,在自动滑动的时候,如果页面本身有ScrollView,进行ScrollView也会造成卡住的情况
as of iOS 17.0.3 Reachability still reports as WiFi when on cellular VPN.
In iOS 17.0.3 when I turned on VPN, I turned off the network and it still showed Wifi
我也遇到这个咯