rkittinger
rkittinger
We seemed to have fixed the problem above, but crashes in this case: ``` self.tableView.reload(changes: self.diffModels) { _ in UIView.setAnimationsEnabled(true) self.diffModels.removeAll() } ``` error: 'Invalid update: invalid number of rows...
I am getting this error after updating to 2.4.0 and SwinjectStoryboard 2.0.1
EXC_BAD_ACCESS happens in open func move(fromIndex: Int, toIndex: Int, progressPercentage: CGFloat, pagerScroll: PagerScroll) --> let fromFrame = layoutAttributesForItem(at: IndexPath(item: fromIndex, section: 0))!.frame
I was unable to manipulate anything other than the color and text in the bar.buttons.customize closure. For now I will have to use a SwiftBadge or UIImageView, but then I...