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 of all Kudos to you for pulling of this solution and this works great!!
ISSUE:
My project has complex storyboard UI in multiple screens and already constraint errors are there which is okay for us but when I call your method in those classes then my app gets hanged.
Screens which doesn't have constraint errors works fine. Is there a workaround for this? Coz fixing constraints is not a possible option now considering the UI complexity. Any help would be appreciated. @JayantBadlani
The text was updated successfully, but these errors were encountered:
Thank you for the feedback! The issue seems tied to constraint errors. While fixing them is ideal, you can try isolating the method, temporarily adjusting constraints programmatically, or skipping problematic screens.
Hi,
First of all Kudos to you for pulling of this solution and this works great!!
ISSUE:
My project has complex storyboard UI in multiple screens and already constraint errors are there which is okay for us but when I call your method in those classes then my app gets hanged.
Screens which doesn't have constraint errors works fine. Is there a workaround for this? Coz fixing constraints is not a possible option now considering the UI complexity. Any help would be appreciated. @JayantBadlani
The text was updated successfully, but these errors were encountered: