timominous / StatefulTableView

Custom UITableView container class that supports pull-to-refresh, load-more, initial load, and empty states.
MIT License
54 stars 18 forks source link

Swift 4 Rewrite #16

Closed iomusashi closed 5 years ago

iomusashi commented 6 years ago

Change logs:

  1. StatefulTableDelegate methods are how shorter following Swift API naming guidelines.
  2. Default custom views are added as parameters to allow customisation. 2a. Custom views delegates are implemented as the delegate extensions, preserving optionality.
  3. Updated demo project following the changes made here.
  4. Updated README.md.
timominous commented 5 years ago

Please check CI errors.