mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
SegmentedVC improvement: Renamed displayedViewController to selectedViewController to be uniform with selectedIndex
This commit is contained in:
@@ -40,7 +40,7 @@ limitations under the License.
|
||||
/**
|
||||
The view controller that currently has the focus.
|
||||
*/
|
||||
@property (nonatomic, readonly) UIViewController *displayedViewController;
|
||||
@property (nonatomic, readonly) UIViewController *selectedViewController;
|
||||
|
||||
/**
|
||||
Returns the `UINib` object initialized for a `SegmentedViewController`.
|
||||
|
||||
Reference in New Issue
Block a user