Is the documentation you provided also in C? If so, is there a way to include a C file in a SwiftUI project?
What are values, keys, and dictionaries? I see how to draw shapes but how do you include text?
Post
Replies
Boosts
Views
Activity
Hi,
Thank you for the help. I have a follow up question which is, to save, remove, and update a password, what data do I need to pass for service, account, and data parameters?
Hi, thank you for your response. what do you mean by that? Are you saying to have everything under one Model?
Passing lines as a parameter worked for me. Thank you for your help.
Removing ScrollView did make it work. Thank you for your help.
@thibautrichez There was in fact a custom view that I overlooked called Button and that was the reason why the Button element wasn't working. I changed the view name to something else and it works now. Thank you for your help.
@sha921 I don't override Button anywhere. The buttons were functioning until I added a Slider to a sheet on a separate page. That's when I noticed the error. Thank you for your response.
Edit: I'd like to note that it's only giving me these errors in one particular project, and the Button element is working in other projects.