RoomSearchViewController: Fix setup.

This commit is contained in:
SBiOSoftWhare
2021-10-29 13:47:16 +02:00
parent fa807d28f3
commit 899f8094f3
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];