pujiaxin33 / JXSegmentedView

A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
MIT License
2.66k stars 369 forks source link

build: fix the compilation error with xcode 16 #251

Closed jifang closed 1 week ago

jifang commented 1 month ago

Starting with iOS18, CAMediatTimingFunctionName is marked as iOS12 only. To support iOS below 12 we need to construct the CAMediaTimingFunction with explicit control points.

pujiaxin33 commented 1 week ago

Thanks for pull request. I've update with animation.timingFunction = CAMediaTimingFunction(name: .easeOut)