Chetankumar Dobariya

Results 7 comments of Chetankumar Dobariya

same here.. I need to check variable content but unfortunately the same issue.. its shows as object pointer address value rather than actual value

@klevison indexPathsToInsert.count = 1 and indexPathsToDelete.count = 1 Debug description : indexPathsToInsert = [[4, 0]] indexPathsToDelete = [[1, 0]]

my view controller is very complex and has 4 level hierarchy.. but I hope this information will help you to figure out. I am calling below method to update UI...

you can have a look at attached Screen. The application will crash on below steps: 1. expand Style Edit -1st level (section no: 6) 2. expand Weddings - 2nd level...

Then the table has not expanded any category. it will show only 1st level.

@klevison I think 0 is the row and 1 & 4 is sections. as per your written code. Please have a look at this line ``` indexPathsToInsert.append(IndexPath(row: 0, section: index))...

@klevison dear owner... app crash a lot due to AccordionTableViewController library. please have a look at Crashlytics report. ![screen shot 2017-04-28 at 09 52 22](https://cloud.githubusercontent.com/assets/5516328/25519578/b8e8e778-2bf8-11e7-8595-7122c5656068.png) Here you can find more...