SegmentedVC improvement: Renamed displayedViewController to selectedViewController to be uniform with selectedIndex

This commit is contained in:
manuroe
2015-12-15 17:31:16 +01:00
parent b74975cf49
commit 39e57199c5
3 changed files with 30 additions and 31 deletions
@@ -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`.