azurechen / ACTabScrollView

A fancy Menu and Pager UI extends UIScrollView with elegant, smooth and synchronized scrolling tabs.
MIT License
115 stars 35 forks source link

Pull-to-Refresh #17

Closed silviocolman closed 7 years ago

silviocolman commented 7 years ago

Good, as it could do to add to the tableview a pull to refresh or where in the same should write the code to do that ?. I'm programming in swift 3

azurechen commented 7 years ago

Hi silviocolman, Pull to refresh and Tableview are not related to the library. You can add this function in your sub UIViewController's. Use the built-in UIRefreshControl to implement this function is very easy. Or you can find some brilliant 3-party libraries at Github.