peterprokop / SwiftOverlays

SwiftOverlays is a Swift GUI library for displaying various popups and notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landscape Support

break2k opened this issue · comments

Even in landscape the overlay will be dealt as portrait.

@break2k Steps to reproduce? Are you talking about situation when overlay created in one mode (portrait/landscape) and then controller is switched to other mode?

Hey peter,

  • added in AppDelegate
  • started in Portrait
  • switched to Landscape Orientation (UI changed already)
  • used: SwiftOverlays.showBlockingWaitOverlayWithText("This is blocking overlay!")
  • overlay transition shown as in portrait from left (landscape left) or right (landscape right)

@break2k Please check the latest commit and LMK if it helps with your problem.

looks great. Spasibo