iOS 18 PhotoKit fetchAssetCollections Compatibility
With the release of iOS 18 SDK, many developers have noticed that the same code no longer returns the expected albums on the new system.
With the release of iOS 18 SDK, many developers have noticed that the same code no longer returns the expected albums on the new system.
总结了 UIScrollViewDelegate 的几个特殊情况。首先,scrollViewWillBeginDecelerating 和 scrollViewDidEndDecelerating 不是总会被调用,特别是在无减速动画时。此外,当手动设置 contentOffset 时,只有特定的回调会触发。最后,点击状态栏快速返回顶部时,仅会调用部分回调。