Skip to content

Commit

Permalink
Update YTPivotBarReorder.m
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverEXALT authored Jan 12, 2025
1 parent cf7e94f commit 5f6c31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/YTPivotBarReorder.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ - (void)loadActivePivotTabs {
YTIPivotBarRenderer *pivotBarRenderer = [guideRenderers pivotBarRenderer];
for (YTIPivotBarSupportedRenderers *renderer in [pivotBarRenderer itemsArray]) {
YTIPivotBarItemRenderer *itemRenderer = [renderer pivotBarItemRenderer];
NSString *title = [[itemRenderer title] string];
NSString *title = itemRenderer.title;
[activeTabs addObject:title];
}
}
Expand Down

0 comments on commit 5f6c31a

Please sign in to comment.