Skip to content

Landscape support #43

@ralfebert

Description

@ralfebert

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions