Rework save/cancel buttons in profile view.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 68309eb00f
commit 15d2fd23d7

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

Loading…
Cancel
Save