Update uYouPlus.xm
This commit is contained in:
parent
c20b8cf0d0
commit
d9eba087fc
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ NSBundle *tweakBundle = uYouPlusBundle();
|
||||||
%new;
|
%new;
|
||||||
- (void)settingsAction {
|
- (void)settingsAction {
|
||||||
UIViewController *settingsViewController = [self _viewControllerForAncestor];
|
UIViewController *settingsViewController = [self _viewControllerForAncestor];
|
||||||
SettingsViewController *settingsVC = [[SettingsViewController alloc] initWithStyle:UITableViewStyleGrouped];
|
id settingsVC = [[%c(SettingsViewController) alloc] initWithStyle:UITableViewStyleGrouped];
|
||||||
[settingsViewController presentViewController:settingsVC animated:YES completion:nil];
|
[settingsViewController presentViewController:settingsVC animated:YES completion:nil];
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue