mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Search: SegmentedViewController: Made displayedViewController public
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user