I have Auto-Sizing TableViewCells (new iOS 8 feature). Now I incorporated JASwipeCell, and the autosizing is broken. Seems like the topContentView does not behave correctly. I noticed that the topContentView is added to the UITableView itself, but for the autosizing to work, the content must be added to the contentView of the UITableView.
I have Auto-Sizing TableViewCells (new iOS 8 feature). Now I incorporated
JASwipeCell, and the autosizing is broken. Seems like thetopContentViewdoes not behave correctly. I noticed that thetopContentViewis added to theUITableViewitself, but for the autosizing to work, the content must be added to thecontentViewof theUITableView.