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
Hi @wtmoose,
in my app I have to show a custom view controller at center of the screen as a modal alert. I would like to use once again your excellent library, in particular the SwiftMessagesSegue custom modal segue.
During the screen rotation, I noticed an ugly animation. You can see it in the Demo app: I attach a gif to better describe what I mean. In short, the tableview's width suddenly decreases when rotation starts.
However, when I present a "classic" swift-message there are no problems.
I tried to see in the code and play with constraints, but with no luck.
Any idea why it happens?
The text was updated successfully, but these errors were encountered:
Hi @wtmoose,
in my app I have to show a custom view controller at center of the screen as a modal alert. I would like to use once again your excellent library, in particular the SwiftMessagesSegue custom modal segue.
During the screen rotation, I noticed an ugly animation. You can see it in the Demo app: I attach a gif to better describe what I mean. In short, the tableview's width suddenly decreases when rotation starts.
However, when I present a "classic" swift-message there are no problems.
I tried to see in the code and play with constraints, but with no luck.
Any idea why it happens?
The text was updated successfully, but these errors were encountered: