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
All of our constrain methods return either constraints or dictionaries of constraints but these are always discardable (they do not need to be retained because the constraint's parent view retains them).
constrainCenter was supposed to be marked @discardableResult (it was part of the acceptance criteria for the ticket), but it got overlooked.
Task
mark constrainCenter function return as @discardableResult