Search code examples
swiftviewswipetabviewwidgetkit

How to create a widget with tabview?


Like in this example:

Widget with swipe-able view

I have tried TabView but that just caused the app to crash.


Solution

  • Apparently this is something that the user can do only by stacking widgets on top of each other. It is not something you can code in the app itself.