我是 iOS 开发的新手。我将使用以下语句进入下一个屏幕。
locationViewController = [[LocationViewController alloc] initWithNibName:@"LocationViewController" bundle:nil];
[navigationController pushViewController:locationViewController animated:YES];
现在我想通过点击当前屏幕顶部栏上的自定义后退按钮返回上一个屏幕。