mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
SegmentedViewController: Expose the child view controllers
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user