Skip to content

Releases: fatbobman/Infinite4Pager

0.3.0

13 Jul 01:37
Compare
Choose a tag to compare
  • Resolving the gesture response issue in subviews
  • Improving subview animation synchronization
  • Adding a new environment value infinite4pagerIsDragging
  • Addressing the accidental triggering of subview gestures during dragging
  • Changing to a native method to handle system interruptions of drag gestures

0.2.7

10 Jul 10:02
Compare
Choose a tag to compare

0.2.6

10 Jul 05:38
Compare
Choose a tag to compare

0.2.5

10 Jul 00:30
Compare
Choose a tag to compare

修改了视图的切换模式,从单一视图中更新切换为基于 id 构建新视图,改善特殊情况下,视图中动画异常的情况

0.2.4

09 Jul 12:26
Compare
Choose a tag to compare

改善动画

0.2.3

09 Jul 10:47
Compare
Choose a tag to compare

增加了在iOS 中对系统手势对 drag 手势异常打断的处理。
在这种情况下( 拖动,但另一个或多个手指触碰屏幕)系统手势会打断 SwiftUI 的拖动手势,但并不会调用 onEnded 闭包,添加了一个 UIKit 实现用来特别处理这种情况

0.2.2

09 Jul 06:55
Compare
Choose a tag to compare

0.2.1

09 Jul 06:06
Compare
Choose a tag to compare

fix scroll issue

0.2.0

09 Jul 05:51
Compare
Choose a tag to compare

添加了视图可见度,同 onScrollVisibilityChange 机制类似。

0.1.0

08 Jul 12:54
0d3481a
Compare
Choose a tag to compare