Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.53k stars 1.1k forks source link

use the right delegate method for footers #394

Closed Juanpe closed 3 years ago

Juanpe commented 3 years ago

Summary

The collection delegate was using the header method to get the identifier of the footers. Now, it uses the right method.

As we can see in the screenshot, the delegate method is called to get the footer identifier. Screenshot 2021-05-11 at 19 11 08

Close #393

Requirements