Tom Baranes
Tom Baranes
In the idea, yes :)
This feature could be really awesome! :)
Almost one year later, any news about that feature @MortimerGoro ?
The master is working (just some warnings for swift 2.2), so you can use this library with Cocoapods adding this line in your Podfile: ``` pod 'DOFavoriteButton', :git => 'https://github.com/okmr-d/DOFavoriteButton.git'...
OSX support! It would be awesome to have the same library for the both platforms, but that will be a lot of work around the UI...
`SkeletonView` is currently working with `DiffableDataSource` when setting false to `reloadDataAfter` when hiding skeleton view. I did nothing special beside that in order to have a working skeleton tableview
Exactly, you need to inherit from `UITableViewDiffableDataSource` and conforms to `SkeletonTableViewDataSource`. In my case I was using a tableview, but I think it will be the same for a collection...
👍Love it
Same issue here, could you make a new release? Until then we can target a specific commit but...