JExpandableTableView icon indicating copy to clipboard operation
JExpandableTableView copied to clipboard

Crash after call jtableView.openHeader

Open maizer99 opened this issue 8 years ago • 1 comments

Hi all, After reload data i call openHeader function it will crash on

public func openHeader(section : Int){ let headerView:JExpandableTableViewHV = self.tableview.headerView(forSection: section) as! JExpandableTableViewHV headerView.sectionInfo.isOpen = true openHeader(headerView: headerView, section: section) }

it give fatal error: unexpectedly found nil while unwrapping an Optional value

maizer99 avatar Aug 14 '17 08:08 maizer99

@maizer99 Did your problem is solved. i am facing similar issue.

tripathishivam35 avatar Jul 02 '18 12:07 tripathishivam35