Davgdafa
07/10/2023, 8:10 AMUIViewController
generated from the ComposeUIViewController
function. I'm stuck trying to find a way to update the view controller (using a delegate/coordinator) but I can't find a way to create a custom UIViewController
to pass the new state using the updateNewUiupdateUIViewController
... Has anyone come across this? This would make me just rebuild everything in SwiftUI instead 😞Dima Avdeev
07/10/2023, 9:28 AMDavgdafa
07/10/2023, 8:01 PMmakeUIViewController
creates the view and the updateUIViewController
updates it when there are changes, but yours is not implemented. It seems not possible to update it since it would need a delegate coordinator as a bridge and that would require a custom UIViewController.Dima Avdeev
07/10/2023, 8:26 PMDima Avdeev
07/10/2023, 8:31 PMDima Avdeev
07/10/2023, 8:32 PMDavgdafa
07/11/2023, 1:39 AMGuilherme Delgado
08/19/2023, 8:40 AM