Add dependency management, AvatarViewModel and placeholder rendering now in AvatarImage.

This commit is contained in:
David Langley
2021-08-17 10:19:41 +01:00
parent 31b4da8502
commit e09138b572
17 changed files with 103 additions and 72 deletions
@@ -17,8 +17,8 @@
import SwiftUI
/**
A Modifier to be called from the topmost SwiftUI view before being added to a HostViewController
Provides any app level configuration the SwiftUI hierarchy might need(E.g. to monitor theme changes).
A Modifier to be called from the top-most SwiftUI view before being added to a HostViewController
Provides any app level configuration the SwiftUI hierarchy might need (E.g. to monitor theme changes).
*/
@available(iOS 14.0, *)
struct VectorContentModifier: ViewModifier {