Post

Replies

Boosts

Views

Activity

Comment on Missing Step in iOS App Dev Tutorial > SwiftUI > Passing Data With Bindings
Could you help me? I'm also stuck there and I get 2 errors: _Extra argument 'data' in call Missing arguments for parameters 'title', 'attendees', 'lengthInMinutes', 'theme' in call _ Where should I add your comment " init(data: Data) { id = UUID() title = data.title attendees = data.attendees lengthInMinutes = Int(data.lengthInMinutes) theme = data.theme } "
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22