Search: SegmentedViewController: Made displayedViewController public

This commit is contained in:
manuroe
2015-12-07 13:52:38 +01:00
parent db6eb145bd
commit 899c654832
2 changed files with 6 additions and 1 deletions
@@ -30,6 +30,11 @@ limitations under the License.
@property (weak, nonatomic) IBOutlet UIView *viewControllerContainer;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *selectionContainerTopConstraint;
/**
The view controller that currently has the focus.
*/
@property (nonatomic, readonly) UIViewController *displayedViewController;
/**
Returns the `UINib` object initialized for a `SegmentedViewController`.