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
sv([]) and sv() are essentially shortcuts that call addSubview() and view.translatesAutoresizingMaskIntoConstraints = false
It also has the benefit of being very visual so that your can actually see what the view hierarchy is.
This is especially true for nested hierarchies :