Post

Replies

Boosts

Views

Activity

Comment on SWIFTUI List object .onTapGesture : Continued Version 2
Sorry, line#75 let SWIFT_DBG_Workflow_Trans_Datamodel_Response = try? JSONDecoder().decode(SWIFT_DBG_Workflow_Trans_Datamodel_Response.self, from: data) //line#88 struct SwiftUIView_Sheet_Test_Main_V2a: View { @StateObject private var WorkflowTransListVM = SWIFT_DBG_Workflow_Trans_Datamode_List_Model() @State private var selectedTransaction: SWIFT_DBG_Workflow_Trans_Datamode_List_Model? = nil
Topic: UI Frameworks SubTopic: SwiftUI
Jul ’25
Comment on SWIFTU UI - Graph package similar to Neo4J GUI
Thankyou DTS engineer FB reference: FB19366635
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Aug ’25
Comment on SWIFTUI List object .onTapGesture : Continued Version 2
Sorry, line#75 let SWIFT_DBG_Workflow_Trans_Datamodel_Response = try? JSONDecoder().decode(SWIFT_DBG_Workflow_Trans_Datamodel_Response.self, from: data) //line#88 struct SwiftUIView_Sheet_Test_Main_V2a: View { @StateObject private var WorkflowTransListVM = SWIFT_DBG_Workflow_Trans_Datamode_List_Model() @State private var selectedTransaction: SWIFT_DBG_Workflow_Trans_Datamode_List_Model? = nil
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jul ’25
Comment on SWIFTUI List object .onTapGesture or Click event not setting values ?. Bug or issue with way .sheet works?
Hello Apple DTS Engineer: Could you please take a look at my updated post https://developer.apple.com/forums/thread/792075?page=1#848020022
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jul ’25
Comment on SWIFTUI List object .onTapGesture or Click event not setting values ?. Bug or issue with way .sheet works?
THANKYOU Very much DTS Engineer
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jul ’25
Comment on SWIFTUI List object .onTapGesture or Click event not setting values ?. Bug or issue with way .sheet works?
Thankyou 'Darkpaw' it seems it does not like the syntax .sheet(isPresented: $isPopupSheetActive) { selected_Mst_record in SwiftUIView_Sheet_Test_Popup(value_from_caller:selected_Mst_record) } Contextual closure type '() -> SwiftUIView_Sheet_Test_Popup' expects 0 arguments, but 1 was used in closure body
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jul ’25
Comment on SWIFT UI - HTTP POST method sending as GET method
THANKYOU BabyJ Newbiew mistakes !! Not sure what needs to be done to get "request.httpBody" working After your fix, I am not getting the body payload , & getting null value
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jul ’25