Gesen

Results 45 comments of Gesen

你好,你说添加到 ScrollView 上,是这样吗? ```swift List { ScrollView { RefreshFooter(refreshing: $footerRefreshing, action: { ... }) } } .enableRefresh() ``` 我没能复现出错误,能提供一下复现错误的条件或者代码吗?

😅原来你这么用的,我一直都是为 List 开发的,还没有适配过 ScrollView,所以也没添加 ScrollView 的扩展,我周末有时间试下,如果方便的话,我会适配一下

放到 List 里面的时候,不嵌套 VStack 试下呢?

能否提供一个可以复现错误的小 Demo(可以上传到你自己的 Github 上,或者发到我的邮箱 [email protected])。我收到后,明后天会解决一下。

Fixed, please update to 0.6.4 version.

It is not supported now, but this is a good suggestion and can be supported in the future.(Sorry, I cannot guarantee when it will be completed because I am very...

I didn't find the real reason. I tested `UITabBarItem.appearance().theme_setTitleTextAttributes(...)` and it would crash, but `UITabBarItem().theme_setTitleTextAttributes(...)` would not crash. I guessed inside the object returned by `UITabBarItem.appearance()` There is some unknown...

https://user-images.githubusercontent.com/921863/115112999-a7083b00-9fba-11eb-9ae8-85cf93dd8507.mov Can you provide a demo, or provide steps to reproduce bug?

似乎 Demo 会有问题,导航、Cell 都没有更新