mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
SegmentedViewController: Expose the child view controllers
This commit is contained in:
@@ -82,6 +82,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (NSArray<UIViewController *> *)viewControllers
|
||||
{
|
||||
return viewControllers;
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
|
||||
- (void)addConstraint:(UIView*)view constraint:(NSLayoutConstraint*)aConstraint
|
||||
|
||||
Reference in New Issue
Block a user