3lvis / DATASource

Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView
Other
106 stars 27 forks source link

Customizing change animations in Objective C #108

Closed ortizroberto closed 7 years ago

ortizroberto commented 7 years ago

Hi Elvis!

I'm trying to customize animations in Objective C, but I can't get to access the dictionary for animations. How I accomplish this?

I love this library BTW.

3lvis commented 7 years ago

Hi Roberto, could you try creating a Swift file with the same name as your objective c class and make an extension of your controller in the Swift file. Here you should be able to edit the animations.

Let me know how it goes :)

ortizroberto commented 7 years ago

I made a subclass of my tableview in Swift and created all the custom animations there.

3lvis commented 7 years ago

👏