MJRefresh Versions Save

An easy way to use pull-to-refresh.

3.6.0

2 years ago
  • Now animation duration can be changed. (set 0 to disable animtion) (#1503)
  • Providing a new method to disable all animation(setAnimationDisabled) [Specially for Bugs in UICollectionView] (#1503)
  • Add some Chaining grammar (#1499)
  • Remove deprecated code (#1498)

3.5.1

3 years ago
  • Fix a build bug in Carthage

3.5.0

3 years ago
  • Add a new default Component called mj_trailer, which is for horizontal circumstance.

3.4.3

3 years ago
  • (No need updated)Update README.md

3.4.2

3 years ago
  • Fix compatibility for dark mode.

3.4.1

4 years ago
  • Fix a problem that refresh header is still shown when calling ending command before refreshing animation finished.

Please use header.isCollectionViewAnimationBug = true mode for more compatibility with collectionView.

3.4.0

4 years ago
  • Add assert in label font property
  • Revert UIView Animation from CAAnimation. Now they are all existed, and selected by this trigger (isCollectionViewAnimationBug).

3.3.1

4 years ago
  • Replace deprecated methods

3.3.0

4 years ago
  • lastUpdatedTimeText param should be nullable
  • Replace deprecated attributes method
  • Support attributed text width calculation for UILabel
  • AutoFooter will be performed like BackFooter if scrollView.pageEnabled = YES
  • Solve the mess between default animation and UIViewAnimation in UICollectionView

3.2.3

4 years ago
  • 移除 onlyRefreshPerDrag, 请使用 autoTriggerTimes 替换