Relative Content

Tag Archive for iosswiftswiftuiuikituilabel

SwiftUI frame height not being updated with ActiveLabel

I have a swiftUI view using UIViewRepresentable to show an ActiveLabel I have a .frame() modifier on that ActiveLabel which has a height which is reflected by a @State variable. When this height is updated the frame height does not always seem to update. Am I doing anything obvious wrong.