Search background image: added it to the "search in one room" page

This commit is contained in:
manuroe
2016-01-05 11:07:36 +01:00
parent f1128c8fe0
commit 3f5d7e0c3d
4 changed files with 107 additions and 2 deletions
@@ -20,4 +20,7 @@
@interface RoomSearchViewController : MXKSearchViewController
@property (weak, nonatomic) IBOutlet UIImageView *backgroundImageView;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *backgroundImageViewBottomConstraint;
@end