已读57%
预计阅读本页时间:-
预计阅读本页时间:-
CHAPTER 8 ANSWERS
- You can trigger a manually created segue by first setting the identifier of the segue in Interface Builder and then calling the performSegueWithIdentifier:sender method of UIViewController using that identifier.
- The Core Foundation framework.
- You can set the Network Activity Indicator to be visible with the following code:
[UIApplication sharedApplication].networkActivityIndicatorVisible = YES;
- The webView:didFailLoadWithError: method.
- The openURL method.