Chapter 13: Trying to solve the Binding-Problem without Extensions

What do you think about this solution instead of complicated Extensions:

ForEach(checklist.items.indices, id: \.self) { index in
                RowView(checklistItem: self.$checklist.items[index])
            }
4 Likes

@ftc Thank you for sharing your solution - much appreciated! :]

@accordionguy Can you please help with this when you get a chance? Thank you - much appreciated! :]

Hey, ftc! I’ve had my head down in work, and have been informed of your solution. Thanks for submitting it. Let me try it out. I’ll get back to you shortly.

This topic was automatically closed after 166 days. New replies are no longer allowed.