Added search functionality for rooms and people, fixed bug of dismmisal

This commit is contained in:
Aram Sargsyan
2017-08-11 20:33:50 +04:00
parent 89592fd34c
commit ef2e38b63f
5 changed files with 71 additions and 7 deletions
@@ -30,6 +30,11 @@
[ShareExtensionManager sharedManager].shareExtensionContext = self.extensionContext;
[self presentShareViewController];
}
- (void)presentShareViewController
{
ShareViewController *shareViewController = [[ShareViewController alloc] init];
shareViewController.providesPresentationContextTransitionStyle = YES;