mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Add dependency management, AvatarViewModel and placeholder rendering now in AvatarImage.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user