Releases: Friend-LGA/LGRefreshView
Releases · Friend-LGA/LGRefreshView
Release version 1.0.5
Fixed wrong size
Release version 1.0.4
Fixed bugs
Now you can:
- Set custom loading view
refreshView.loadingView = [UIActivityIndicatorView new];
- Set offsetY
refreshView.offsetY = -256.f;
- Set tintColor and loadingView globally
[LGRefreshView setTintColor:[UIColor color]];[LGRefreshView setLoadingView:[UIActivityIndicatorView new]];
Release version 1.0.3
Updated podspec
Release version 1.0.2
Carthage
Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. To install with carthage, follow the instruction on Carthage.
Cartfile
github "Friend-LGA/LGRefreshView"
And updated demo project
Release version 1.0.1
Release version 1.0.1
Release version 1.0.0
Release version 1.0.0