osteslag / Changeset

Minimal edits from one collection to another
MIT License
802 stars 46 forks source link

Include UIKit+Changeset with the target #20

Closed AndrewSB closed 7 years ago

AndrewSB commented 8 years ago

Perhaps as a separate target if Changeset is to be kept small?

tonyarnold commented 8 years ago

Please keep it separate. I'm using Changeset with macOS projects.

osteslag commented 7 years ago

I just released version 2.1 which includes the UIKit+Changeset extensions.

They are only compiled on iOS, so you shouldn’t experience any changes, @tonyarnold. The rest of us can now update our table and collection views as simple as this:

tableView.update(with: changeset.edits)