|
|
@ -340,6 +340,7 @@ NSString *const kProfileView_LastPresentedDate = @"kProfileView_LastPresentedDat
|
|
|
|
action:@selector(backOrSkipButtonPressed)];
|
|
|
|
action:@selector(backOrSkipButtonPressed)];
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case ProfileViewMode_Registration:
|
|
|
|
case ProfileViewMode_Registration:
|
|
|
|
|
|
|
|
self.navigationItem.hidesBackButton = YES;
|
|
|
|
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]
|
|
|
|
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]
|
|
|
|
initWithTitle:NSLocalizedString(@"NAVIGATION_ITEM_SKIP_BUTTON", @"A button to skip a view.")
|
|
|
|
initWithTitle:NSLocalizedString(@"NAVIGATION_ITEM_SKIP_BUTTON", @"A button to skip a view.")
|
|
|
|
style:UIBarButtonItemStylePlain
|
|
|
|
style:UIBarButtonItemStylePlain
|
|
|
|