You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the content size does not change on rotation (width, height displaying as if still in portrait mode).
I read in your README to use UILayoutFittingCompressedSize, however it returns a small box, not the entire screen. I want something that returns the full screen size, then want to apply a scale transform. I tried UILayoutFittingExpandedSize but that did not return entire screen size.
The text was updated successfully, but these errors were encountered:
I want to make the form sheet cover X% of the entire screen (i.e. 80% screen width 80% screen height).
Initially I had something like this:
However, the content size does not change on rotation (width, height displaying as if still in portrait mode).
I read in your
README
to useUILayoutFittingCompressedSize
, however it returns a small box, not the entire screen. I want something that returns the full screen size, then want to apply a scale transform. I triedUILayoutFittingExpandedSize
but that did not return entire screen size.The text was updated successfully, but these errors were encountered: