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 1d5837ac0c
commit 89a18dab12
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;