Search API Support: set up SearchViewController in the storyboard

This commit is contained in:
manuroe
2015-12-04 13:38:05 +01:00
parent b6bc331b2b
commit be8017dedb
6 changed files with 137 additions and 5 deletions
@@ -112,7 +112,14 @@
- (void)viewDidLoad
{
[super viewDidLoad];
// Check whether the view controller has been pushed via storyboard
if (!self.viewControllerContainer)
{
// Instantiate view controller objects
[[[self class] nib] instantiateWithOwner:self options:nil];
}
// Adjust Top
[self removeConstraint:self.view constraint:self.selectionContainerTopConstraint];