Update ReorderNotificationsBar.m

This commit is contained in:
aricloverEXALT 2025-01-13 05:30:26 -06:00 committed by GitHub
parent 320ea35c59
commit 163599f0f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,6 @@
- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath {
UICollectionViewCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"Cell" forIndexPath:indexPath];
YTIPivotBarItemRenderer *itemRenderer = self.pivotBarItems[indexPath.row];
UILabel *indexLabel = [[UILabel alloc] initWithFrame:cell.contentView.bounds];
indexLabel.text = [NSString stringWithFormat:@"%ld", (long)indexPath.row + 1];