Skip to content

Commit

Permalink
Update ReorderNotificationsBar.m
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverEXALT authored Jan 13, 2025
1 parent 320ea35 commit 163599f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/ReorderNotificationsBar.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ - (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSe

- (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];
Expand Down

0 comments on commit 163599f

Please sign in to comment.