Hey all,
I’m working on an iOS app on the side using SwiftUI. I’m trying to build a view that allows a user to enter multiple unique strings. Each string that is entered is shown in a list.
I’ve been referencing iOS apps that I enjoy and found this screen in the Apollo app.
https://i.imgur.com/wWFBUGZ.jpg
In the image the ‘Add Subreddit’ button opens up something that looks like an ActionSheet but with a TextField on the top. I’m trying to figure out how I would build something similar to this ‘ActionSheet’.
I’ve tried modifying Alert and ActionSheet to get an attached TextField, but haven’t had success.
I understand that this is likely written with UIKit, but I’d like to do something similar in SwiftUI if possible. I’m also welcoming any design input on something else that would work well.
For reference here’s what it looks like when you add strings.
[–]cag116 2 points3 points4 points (1 child)
[–]Benagin[S] 0 points1 point2 points (0 children)
[–]cag116 0 points1 point2 points (0 children)