bughelp wantedquestion
Métricas do repositório
- Stars
- (7.604 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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?