Skip to content

Releases: Friend-LGA/LGRefreshView

Release version 1.0.5

01 Dec 11:38

Choose a tag to compare

Release version 1.0.4

18 Nov 12:10

Choose a tag to compare

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

12 Nov 16:08

Choose a tag to compare

Updated podspec

Release version 1.0.2

12 Nov 13:40

Choose a tag to compare

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

20 Jul 17:57

Choose a tag to compare

Release version 1.0.1

Release version 1.0.0

23 Jun 19:58

Choose a tag to compare

Release version 1.0.0