点击个人中心后需要进行用户登录,[self presentViewController:navController animated:YES completion:^{
}];
登录后 直接[self dismissViewControllerAnimated:YES completion:nil];这样进入新的页面没有刷新新的页面,该在哪里改下?
可以使用通知来通知你的页面进行数据加载。这个数据放在个人中心页,这个通知在你的登录成功回调之后发送。