uias / Pageboy

📖 A simple, highly informative page view controller
MIT License
1.99k stars 154 forks source link

Fix Xcode 13.2 warnings #267

Closed irskep closed 2 years ago

irskep commented 2 years ago

Protocols inherit from AnyObject instead of class.

Minimum deployment targets are updated to 12.0.

These changes fix all Xcode warnings.

msaps commented 2 years ago

Thanks for this (and apologies for the delay)! I've resolved the AnyObject conformance but didn't want to update the minimum deployment targets until the next major version - so won't be merging this but will give credit in the release notes ❤️