Why are there no newer IPhone models than v13, for the device SwiftUISnapshotLayout #1037
-
|
When asserting a snapshot, and injecting a layout type of device: The possible configs support no newer than the iPhone 13: I was expecting to see the newer models in here as their logical width and heights differ from the 13, for example: In relation to the above, do people use the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The type that represents the device is fully public with a public initializer. You can create your own values that are needed for your tests without us having to constantly update the list of devices. |
Beta Was this translation helpful? Give feedback.

The type that represents the device is fully public with a public initializer. You can create your own values that are needed for your tests without us having to constantly update the list of devices.