SegmentedVC improvement: Made selectedIndex public so that it can be changed outside.

Use it from the HomeVC
This commit is contained in:
manuroe
2015-12-15 17:13:59 +01:00
parent c1402cc7e4
commit b74975cf49
3 changed files with 48 additions and 29 deletions
@@ -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.
*/