-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
It would be nice if there would be support for setting the view to landscape orientation.
Maybe just treating them as a separate Device? Like:
extension Device {
public var size: CGSize {
switch self {
// ...
case .iPadAir: return CGSize(width: 768, height: 1024)
case .iPadAir_Landscape: return CGSize(width: 1024, height: 768)
// ...
}
}
Metadata
Metadata
Assignees
Labels
No labels