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
When load first time ( Storyboard ) works ok. But when open presenting view controller and close, call it again, to reload content ( number of subviews can change, content is dynamic ), all dots was not centralising anymore, debugging first time and second time, can see this.
Try to centralising with .center = CGPoint(params correct here), first time works, second, align all to left. Not working.
The text was updated successfully, but these errors were encountered:
When load first time ( Storyboard ) works ok. But when open presenting view controller and close, call it again, to reload content ( number of subviews can change, content is dynamic ), all dots was not centralising anymore, debugging first time and second time, can see this.
Try to centralising with
.center = CGPoint(params correct here)
, first time works, second, align all to left. Not working.The text was updated successfully, but these errors were encountered: