We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6d44e1 + 05a8e54 commit cfcc2acCopy full SHA for cfcc2ac
Sources/InAppSettingsKit/Controllers/IASKAppSettingsViewController.m
@@ -892,7 +892,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
892
UIViewController * vc = [vcClass alloc];
893
#pragma clang diagnostic push
894
#pragma clang diagnostic ignored "-Warc-performSelector-leaks"
895
- vc = [vc performSelector:initSelector withObject:specifier.file withObject:specifier];
+ vc = [vc performSelector:initSelector withObject:[specifier localizedObjectForKey:kIASKFile] withObject:specifier];
896
#pragma clang diagnostic pop
897
if ([vc respondsToSelector:@selector(setDelegate:)]) {
898
[vc performSelector:@selector(setDelegate:) withObject:self.delegate];
0 commit comments