jflinter/Dwifft

Does not work with tableView with sections.

niilohlin opened this issue · 2 comments

Does not work with tableView with sections.

Hi @niilohlin

As is written in Dwifft+UIKit.swift if you wish to use a multi section table, you can implement a DwifftCalculator for each section. You will also need to force the sectionIndex of the DwifftCalculator to match the section you'll be editing on.

GL

Thanks @franciscoamado. See also #18.