-
- [x] user login page
- [x] client list
- [x] search/sorting
- [x] detailed page
- [x] status updates (work with backend)
-
https://fatbobman.com/posts/exploring-key-property-wrappers-in-swiftui/?
在这篇文章中,我们将探讨几个在 SwiftUI 开发中经常使用且至关重要的属性包装器。本文旨在提供对这些属性包装器的主要功能和使用注意事项的概述,而非详尽的使用指南。
-
https://www.fatbobman.com/posts/turorials_for_SwiftUI_beginners/?
经常有朋友咨询,学习 SwiftUI 的最佳路径是什么?考虑到每个人的技术背景、学习能力、工作经验均不一样,因此很难说哪种学习方式或哪些资料是适合他本人的。不过随着这个问题被反复提起,最终还是想尝试整理一些资料给对 SwiftUI 感兴趣的朋友。本文将介绍一些对…
-
**Integration Details (please complete the following information):**
- SDK/Library Version: 8.1.2
- Environment: Sandbox
- iOS Version: 14.3
- Device iPhone 12
- Integration type & vers…
-
As discussed in Slack:
I guess my question is why this is called ViewModel instead of (UI?)ObservedObject 🙂
> `UIObservedObject` could work I guess (and would sidestep the “what’s the difference…
-
Doc: https://developer.apple.com/documentation/SwiftUI/View/fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)-34bd6
-
https://fatbobman.com/zh/weekly/issue-042/?
几个月前,我受邀撰写一个关于 SwiftUI 的教程,其中包含一部分关于 SwiftData 的内容。最近当我开始准备这部分内容时,发现难度远超预期。一方面,我需要找到适合初学者的表述方式;另一方面,我需要摆脱 Core Data 对我在理解和表述 SwiftData 时造成的困扰。
-
I ran across a weird issue wherein setting a `@State` variable from within `.task` based on an array of values (I tested with UUIDs and random Ints) works properly in SwiftUI but _not_ Compose.
In …
-
### New Issue Checklist
🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫
* [x] I have looked at the [Documentation](http://snapkit.io/docs)
* [x] I have rea…
-
swiftui支持ios13以上的机型,但是在ios14以下的话需要对于入口进行重新的编写。
![image](https://user-images.githubusercontent.com/9426603/147177908-2304cb66-375d-471f-9a46-84a1134ad7ca.png)
main不支持ios14以下的情况,需要对入口进行修改,将他重新改成storyb…