BearsG

Results 1 comments of BearsG

NSInteger nextItem = resetCurrentIndexPath.item - 1; NSInteger nextSection = resetCurrentIndexPath.section; if (nextItem == self.titleArr.count) { nextItem = 0; nextSection--; }