RoomSearchViewController: Fix setup.

This commit is contained in:
SBiOSoftWhare
2021-10-29 13:47:16 +02:00
parent 584fc1ee8f
commit a46a18480c
3 changed files with 14 additions and 6 deletions
@@ -37,6 +37,13 @@
@implementation RoomSearchViewController
+ (instancetype)instantiate
{
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]];
RoomSearchViewController *viewController = [storyboard instantiateViewControllerWithIdentifier:@"RoomSearch"];
return viewController;
}
- (void)finalizeInit
{
[super finalizeInit];