AliSoftware / Reusable

A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…)
MIT License
3k stars 238 forks source link

Fix Reusable Deployment Target Warning #111

Closed sebcoh closed 3 years ago

sebcoh commented 3 years ago

Fixes https://github.com/AliSoftware/Reusable/issues/107 .

AliSoftware commented 3 years ago

Thanks for the PR, I'll try to take a look at it this week-end!

If you could also edit the CHANGELOG.md file to credit yourself (under a new ## WIP section at the top), that would be awesome 🙂

AliSoftware commented 3 years ago

Closing this as it was fixed as part of #115 . Thanks for the PR anyway!