Posts

Post marked as solved
2 Replies
1.8k Views
Problem In SwiftUI 3, I got an error "Cannot convert value of type 'Binding' to expected argument type 'UIImage'". The Elements to display is Binding type, so I want to know: How to Remove Binding attribute from variable? Biding -> UIimage? Please tell us how to display Binding element in SwiftUI code /** @State private var results: [ImageData] = [] struct ImageData: Identifiable {   var id: UUID   var image: UIImage } **/ List($results) { $result in      Image(uiImage: result.image)                  .resizable()                  .scaledToFit()  } // works fine  ForEach($results) { $result in       Image(uiImage: $result.image)  } // has error Environment Info XCode13.4.1
Posted Last updated
.
Post not yet marked as solved
0 Replies
433 Views
When we use access guide function, no VoIP call cannot take because of regulation even if my app runs on front.How can I answer the VoIP call automatically?
Posted Last updated
.