intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 224 forks source link

view is left aligned until start scroll - iPad only #242

Open PaulDeFilippi opened 4 years ago

PaulDeFilippi commented 4 years ago

Describe the bug There seems to be an issue when a cardPart view is presented modally on iPad only. The view loads left aligned until you first touch the screen and start to scroll. It immediately fixes itself when you start scrolling.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior The expected behavior is that the view loads the same way it does on iPhone without any issues.

Screenshots If applicable, add screenshots to help explain your problem.

Info (please complete the following information):

Additional context Add any other context about the problem here.

PaulDeFilippi commented 4 years ago

@croossin Hey, Saw that you have previously responded to other bugs. I wanted to make sure we reported this correct on our end. Thanks in advance.