Releases: CoderMJLee/MJRefresh
Releases · CoderMJLee/MJRefresh
3.6.0
- 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
- Fix a build bug in Carthage
3.5.0
- Add a new default
Component
called mj_trailer
, which is for horizontal circumstance.
3.4.3
- (No need updated)Update README.md
3.4.2
- Fix compatibility for dark mode.
3.4.1
- 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
- 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
- Replace deprecated methods
3.3.0
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
修改 AutoFooter 的触发方式
- 移除
onlyRefreshPerDrag
, 请使用 autoTriggerTimes
替换