Skip to content

animateRowAndSectionChanges works for particular types of nested collections only #81

@gerchicov-bp

Description

@gerchicov-bp

I have the following code:

class Item {
...
}
class Group {
...
var items = [Item]()
}
var groups = [Group]()

groups is a nested collection too but your code doesn't work with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions