rkittinger

Results 4 comments of 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...

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...