File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 99
1010** UltraSwipeRefresh** :一个可带来极致体验的 ** Compose** 刷新组件;支持下拉刷新和上拉加载,可完美替代官方的 ** SwipeRefresh** ;并且支持的功能更多,可扩展性更强。
1111
12- > ** UltraSwipeRefresh** 的设计之初 ,主要参考了谷歌官方的[ SwipeRefresh] ( https://github.com/google/accompanist/tree/main /swiperefresh ) 和第三方的[ SmartRefreshLayout] ( https://github.com/scwang90/SmartRefreshLayout ) ,吸取了其优秀的设计思想;致力于打造一个极致体验的 ** Compose** 刷新组件。
12+ > ** UltraSwipeRefresh** 在设计之初 ,主要参考了谷歌官方的[ SwipeRefresh] ( https://github.com/google/accompanist/tree/v0.36.0 /swiperefresh ) 和第三方的[ SmartRefreshLayout] ( https://github.com/scwang90/SmartRefreshLayout ) ,在充分借鉴两者优秀设计理念的基础上,致力于打造一个拥有极致体验的 ** Compose** 刷新组件。
1313
14- > 这里简单的概括下 ** UltraSwipeRefresh ** 主要的一些功能特色:刷新指示器支持多种滑动方式:平移、固定内容、固定在背后、固定在前面; ** headerIndicator ** 和 ** footerIndicator ** 可任意定制,并且 ** Header ** 和 ** Footer ** 的样式与滑动模式可随意组合。
14+ ## 功能特色
1515
16+ - 🌀 ** 多种滑动模式** :提供` Translate ` (平移)、` FixedContent ` (固定内容)、` FixedBehind ` (固定在背后)、` FixedFront ` (固定在前面) 等滑动交互模式,适配各类使用场景。
17+ - 🎨 ** 可完全定制UI** :支持通过 ` headerIndicator ` /` footerIndicator ` 完全自定义指示器,满足深度定制需求。
18+ - ✨ ** 灵活配置方案** :可自由组合任意滑动模式与指示器样式,轻松实现个性化刷新效果。
1619
1720## 效果展示
1821
@@ -146,7 +149,7 @@ fun UltraSwipeRefreshSample() {
146149
147150```
148151
149- > 使用小提示:** headerIndicator/footerIndicator** 与 ** headerScrollMode/footerScrollMode** 组合使用才更配哦。
152+ > 使用小提示:** headerIndicator/footerIndicator** 与 ** headerScrollMode/footerScrollMode** 组合使用,以获得最佳滑动体验!
150153
151154### UltraSwipeRefreshTheme(v1.1.0新增)
152155
You can’t perform that action at this time.
0 commit comments