Wei Maru
Wei Maru

Reputation: 51

How iOS widget to build systemMedium in simulator?

My widget can support size like this:

.supportedFamilies([.systemSmall,.systemMedium])

but when I try to run in my simulator, it always build the small size and never build the other. Can anyone else tell me how to build the medium one in simulator?

Upvotes: 2

Views: 712

Answers (1)

Wei Maru
Wei Maru

Reputation: 51

Nerver mind, It can config in environment , just look https://developer.apple.com/documentation/widgetkit/debugging-widgets

Upvotes: 3

Related Questions