ilyatar
Results
1
issues of
ilyatar
Crash If remove all rows from section: `section.remove(rowFormers: section.rowFormers)` because it method is incorrect: `public func remove(rowFormers: [RowFormer]) -> Self { var removedCount = 0 for (index, rowFormer) in self.rowFormers.enumerated()...
bug