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
after set isHidden = true of UIView inside UIStackView, auto layout change height of super view and sheet controller need a resize.
I get height of container view in viewDidLayoutSubviews and call resize to change sheet controller size but if animate true twoice call viewDidLayoutSubviews and bad animated becuse use the self.view.layoutIfNeeded() line 559
if animated false, wrong show height of container
The text was updated successfully, but these errors were encountered:
after set isHidden = true of UIView inside UIStackView, auto layout change height of super view and sheet controller need a resize.
I get height of container view in viewDidLayoutSubviews and call resize to change sheet controller size but if animate true twoice call viewDidLayoutSubviews and bad animated becuse use the self.view.layoutIfNeeded() line 559
if animated false, wrong show height of container
The text was updated successfully, but these errors were encountered: