Univeral links: Improved UX: Display a loading wheel while the app is gathering information from the hs about the universal link

This commit is contained in:
manuroe
2016-04-19 15:18:24 +02:00
parent dd4327b9ab
commit 998371317d
2 changed files with 91 additions and 62 deletions
@@ -367,6 +367,18 @@
[super setKeyboardHeight:keyboardHeight];
}
- (void)startActivityIndicator
{
// Redirect the operation to main displayed VC
[recentsViewController startActivityIndicator];
}
- (void)stopActivityIndicator
{
// Redirect the operation to main displayed VC
[recentsViewController stopActivityIndicator];
}
#pragma mark - Override UIViewController+VectorSearch
- (void)setKeyboardHeightForBackgroundImage:(CGFloat)keyboardHeight