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
Thanks for this pod. I have a suggestion to make :
When I try to change the padding once the view is displayed, the UI isn't updated.
To solve this, I suggest to add some didSets on the insets vars containing the following statements: invalidateIntrinsicContentSize() setNeedsDisplay()
Hello @levantAJ
Thanks for this pod. I have a suggestion to make :
When I try to change the padding once the view is displayed, the UI isn't updated.
To solve this, I suggest to add some didSets on the insets vars containing the following statements:
invalidateIntrinsicContentSize()setNeedsDisplay()Cheers