mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 15:02:08 +00:00
Update ReorderNotificationsBar.m
This commit is contained in:
parent
320ea35c59
commit
163599f0f6
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue