insertRow() method in TableView

  1. 5 years ago

    konradkolasa

    6 Feb 2019 User since 2019

    Hey,

    I'm just building my very first project and I'm in need of using some kind of method reflecting insertRowAtIndexPath known from Obj-C. I've already implemented deleteRows() for removing cells from my TableView with a nice fade animation and I would need something similar for inserting rows.
    Do you plan to add this kind of coverage for insertRowAtIndexPath? Or maybe it's already there but I've missed it somehow in the documentation?

    Regards
    K.

  2. andrea

    6 Feb 2019 Administrator User since 2016

    Hi @konradkolasa,
    we are working to add this feature.

  3. andrea

    25 Feb 2019 Administrator User since 2016

    The insertRows method has been added in the latest version 2.0.3.

  4. konradkolasa

    25 Feb 2019 User since 2019

    @andrea Thanks! I've already refactored and implemented. Appreciate a lot!

or Sign Up to reply!