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
@@ -41,6 +41,11 @@ limitations under the License.
*/
@property (nonatomic, readonly) UIViewController *selectedViewController;
/**
The view controllers managed by this SegmentedViewController instance.
*/
@property (nonatomic, readonly) NSArray<UIViewController*> *viewControllers;
/**
Returns the `UINib` object initialized for a `SegmentedViewController`.