Yalantis / Segmentio

Animated top/bottom segmented control written in Swift.
https://yalantis.com/
MIT License
2.53k stars 324 forks source link

Update swift tools version of Package.swift #156

Open aysenurbakirci opened 2 months ago

aysenurbakirci commented 2 months ago

When using this package via SPM, we encountered the error 'bringSubviewToFront' has been renamed to 'bringSubview(toFront:)' which we think is related to swift versions. Updating the swift version used in Package.swift to 5 as in the project, solves this problem.