SegmentedViewController: Expose the child view controllers

This commit is contained in:
manuroe
2016-04-19 17:14:09 +02:00
parent 607157d4a8
commit 4f183fe2b3
2 changed files with 10 additions and 0 deletions
@@ -82,6 +82,11 @@
}
}
- (NSArray<UIViewController *> *)viewControllers
{
return viewControllers;
}
#pragma mark -
- (void)addConstraint:(UIView*)view constraint:(NSLayoutConstraint*)aConstraint