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
first, thanks a lot for building this code to find the shortes path. This works great in general, but for some reason my subview now resize and try to fit the outer frame.
I tried using the different animation options but that didn't help. Also setting the frame before and after the .uiRotationEffect() didn't help. Do you have any idea what I can do about this?
The text was updated successfully, but these errors were encountered:
Hi Dominic,
first, thanks a lot for building this code to find the shortes path. This works great in general, but for some reason my subview now resize and try to fit the outer frame.
Before I was using
And I got this result, which worked find but had the issue with the shortest path:
Now by using UIRotationEffect with the following code, I get a resized view like this.
I tried using the different animation options but that didn't help. Also setting the frame before and after the
.uiRotationEffect()
didn't help. Do you have any idea what I can do about this?The text was updated successfully, but these errors were encountered: