mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
SegmentedVC improvement: Made selectedIndex public so that it can be changed outside.
Use it from the HomeVC
This commit is contained in:
@@ -32,6 +32,11 @@ limitations under the License.
|
||||
@property (weak, nonatomic) IBOutlet UIView *viewControllerContainer;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *backgroundImageView;
|
||||
|
||||
/**
|
||||
The index of the view controller that currently has the focus.
|
||||
*/
|
||||
@property (nonatomic) NSUInteger selectedIndex;
|
||||
|
||||
/**
|
||||
The view controller that currently has the focus.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user