I'm building a widget for an app in iOS with WidgetKit, SwiftUI etc.
I've created a custom intent and custom object to use in the app and when tapping on "Edit Widget" I take a custom list of items from UserDefaults.
The question is, can I customize the appearance of the second view that iOS shows me with the list of items etc?
This is the view I'm talking about:
Looking around I found this: https://developer.apple.com/videos/play/wwdc2020/10194 that gives me a lot of good hints but nothing on what i'm trying to achieve.
In the video they show this:
That seams to be the same view but with some customization.
My end goal is to remove the search bar. Thank you very much!


