Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在我的 iOS 应用程序中正确处理尺寸等级。我有 2 种不同的设计。
这应该在视图控制器或视图模型中管理吗?我需要在 viewModel 中嵌入 Trait 集合吗?
基本上 UIViewController 是 MVVM 中的视图。ViewModel 不需要知道任何关于尺寸类的信息,因为它没有定义布局。视图确实如此。它与文本颜色相同。您在 View 中而不是在 ViewModel 中设置颜色。