LiYanan2004
LiYanan2004
好,麻烦开发者了!
您的邮件我已收到,谢谢!QQ:1474700628
您的邮件我已收到,谢谢!QQ:1474700628
Hello @wyk111wyk and @shaps80. I have a similar project [MarkdownView](https://github.com/liyanan2004/markdownview) which supports table rendering with iOS 14+. Behind the scene, I use a powerful combination of multiple geometry readers to...
Yeah. It's working on macOS as well. I use `Grid` to render Tables which can give me opportunities to customize the UI. My goal to `AdaptiveGrid` is to build a...
Looking forward.
Any workaround?
This is because you’re using a `LazyVStack`. When MarkdownView enters visible area, system will construct a new one, vice versa.
Updated the implementation. Try it out by switching to main branch. @hugo53