lixiang
lixiang
I searched all the reasons and found out that it was because of you. https://stackoverflow.com/questions/19022210/preferredstatusbarstyle-isnt-called/19513714#19513714
public func jump(to index: Int, animated: Bool) { guard let tabView = tabView, let contentScrollView = contentScrollView else { return } if currentIndex != index { delegate?.swipeMenuView(self, willChangeIndexFrom: currentIndex, to:...
少了一句代码
针对iOS9以下,手势改变后。[self collectionView:self.collectionView itemAtIndexPath:oldIndexPath willMoveToIndexPath:currentIndexPath];