i have problem with local cocoapod from this library in load nib file for cell and i solve this by presented solution. so fix it please!
SOLUTION:
in path CollapsClickCell.m(file) > + (CollapseClickCell *)newCollapseClickCellWithTitle: index: content: (method) , replace [NSBundle mainBundle] with [NSBundle bundleForClass:[CollapseClickCell class]
i have problem with local cocoapod from this library in load nib file for cell and i solve this by presented solution. so fix it please!
SOLUTION:
in path CollapsClickCell.m(file) > + (CollapseClickCell *)newCollapseClickCellWithTitle: index: content: (method) , replace [NSBundle mainBundle] with [NSBundle bundleForClass:[CollapseClickCell class]