JefferyYu
JefferyYu
目前不支持,目前使用的是普通的FlowLayout. 你可以参考这个https://github.com/KelvinJin/AnimatedCollectionViewLayout.git 这个库提供了动画效果的Layout 可以fork一下我的这个库,然后加上上面的AnimatedCollectionViewLayout 应该可以完成你想要的效果
add this can solve problem: build_ios_app( xcargs: '-quiet' )
> I had the same issue with slow builds on our CI server using Xcode 16. However, everything worked well on Xcode 15. Recently, I came across the [recommendation](https://docs.fastlane.tools/best-practices/xcodebuild-formatters) from...