我presentViewController
在 xcode 中使用,不确定应该完成什么。
xcode 文档给出的代码:
- (void)presentViewController:(UIViewController *)viewControllerToPresent animated: (BOOL)flag completion:(void (^)(void))completion NS_AVAILABLE_IOS(5_0);
我正在使用的示例:
[self presentViewController:second animated:YES completion:<#^(void)completion#>];
应该完成什么?