If you add one view multiple times, then the view will appear only in the last item
Example:
-(int)numberOfCellsForCollapseClick {return 3;}
-(UIView *)viewForCollapseClickContentViewAtIndex:(int)index {return imageView;}
We add one view 3 times, but view will appear only in the last CollapseClickCell
If you add one view multiple times, then the view will appear only in the last item
Example:
-(int)numberOfCellsForCollapseClick {return 3;}
-(UIView *)viewForCollapseClickContentViewAtIndex:(int)index {return imageView;}
We add one view 3 times, but view will appear only in the last CollapseClickCell