我正在使用以下内容打开故事板视图:
GroupProximity *proximity = [self.storyboard instantiateViewControllerWithIdentifier:@"groupproximity"];
[self.navigationController pushViewController:proximity animated:YES];
但是,当我使用顶栏上的后退按钮时,似乎活动并未停止。按下后退按钮时如何卸载情节提要视图?