当我设置
[self presentModalViewController:Facebookcontroller animated:YES];
到
[self presentViewController:Facebookcontroller animated:YES completion:nil];
删除 presentModalViewController:animated is deprecated: first deprecated in iOS 6.0
弹出另一个警告:
找不到实例方法'-presentModalViewController:animated:completion:'(返回类型默认为'id')