PureLayout/PureLayout

Modernize `autoRemove`

Offen

#167 geöffnet am 13.02.2017

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Objective-C (731 Forks)batch import
bughelp wantedquestion

Repository-Metriken

Stars
 (7.604 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Why put a NSAssert at end of method "autoRemove" ? On iOS7, when I call autoRemove to remove a NSLayoutConstraint what not installed, the app will crash at line "NSAssert(nil, @"Failed to remove constraint: %@", self);". Can the NSAssert be removed?

Contributor Guide