Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

Bug in Swift Example: deleting wrong child #195

Closed dennisoverbeeke closed 7 years ago

dennisoverbeeke commented 7 years ago

In the Swift Example there is a bug when trying to delete a line. Deleting rows without parents work fine, but when deleting a child, the wrong child is removed from the UITableView

Augustyniak commented 7 years ago

Closing as referenced pull request was merged. 👍 Thanks for your collaboration!