swiftui button action calling wrong action
Summary A UI Interaction Conflict occurred where tapping a radio button in a PersonaliseCellView inadvertently triggered the action of an adjacent “Edit” button. This was caused by improper view re-rendering logic (specifically a mix of @ObservedObject and @State updates) that reset the visual state of the radio buttons within a List, effectively hijacking the touch … Read more