Search: SegmentedViewController: Added a customisable background image

This commit is contained in:
manuroe
2015-12-07 15:08:17 +01:00
parent d39a7f7ebe
commit d410f18aa5
2 changed files with 20 additions and 3 deletions
@@ -27,8 +27,9 @@ limitations under the License.
#pragma mark - Class methods
@property (weak, nonatomic) IBOutlet UIView *selectionContainer;
@property (weak, nonatomic) IBOutlet UIView *viewControllerContainer;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *selectionContainerTopConstraint;
@property (weak, nonatomic) IBOutlet UIView *viewControllerContainer;
@property (weak, nonatomic) IBOutlet UIImageView *backgroundImageView;
/**
The view controller that currently has the focus.