mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Fix user data UI not being presented as a form sheet on the iPad
This commit is contained in:
parent
06441b1260
commit
0285c61485
@ -228,8 +228,9 @@
|
|||||||
userController.delegate = self;
|
userController.delegate = self;
|
||||||
|
|
||||||
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:userController];
|
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:userController];
|
||||||
|
navController.modalPresentationStyle = UIModalPresentationFormSheet;
|
||||||
|
|
||||||
[self.navigationController presentModalViewController:navController animated:YES];
|
[self presentViewController:navController animated:YES completion:nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)dismissAction:(id)sender {
|
- (void)dismissAction:(id)sender {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user