Skip to content

Conversation

litso
Copy link

@litso litso commented Jul 13, 2025

To support generating 16.9 screen size screenshots. Inset dimensions taken from UseYourLoaf

To support generating 16.9 screen size screenshots.
Inset dimensions taken from here https://useyourloaf.com/blog/iphone-16-screen-sizes/
@@ -773,6 +790,11 @@
}
}

public static func iPhone16ProMax(_ orientation: ViewImageConfig.Orientation)
-> UITraitCollection {
return Self.iPhone13ProMax(orientation)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return Self.iPhone13ProMax(orientation)
return Self.iPhone16ProMax(orientation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants