LGRefreshView
LGRefreshView copied to clipboard
iOS pull to refresh for UIScrollView, UITableView and UICollectionView
выглядит круто и полезно, но блин обж си (ง’̀-‘́)ง 😏
Hi, thanks for the library. Are you still maintaining it? With Xcode9, the scroll view doesn't go back to the original position. This is also happening with your demo app....
https://github.com/Friend-LGA/LGRefreshView/blob/a9e20b128178c25b8ad99093231a694268635305/LGRefreshView/LGRefreshView.m#L681
Hi, I implemented the library following this code `refreshView = LGRefreshView(scrollView: self.tableView, delegate: self)` And my tableview is built in a xib file But the loading indicator is not centered,...
@Friend-LGA Hi! if load more function will be custom animation for this repository,How can do that? Jack
Hey! Can u add a feature that not only pull down to refresh but also pull up to load ? Thanks For your sharing!