UIWebView:在导航栏中添加进度条

时间:2015-03-31 05:30:24

标签: ios uiwebview progress-bar

我是iOS开发的新手。在UIWebView中,我想在导航栏中添加进度条。

图像:

enter image description here

NSString *urlAddress = @"http://www.facebook.com";
[self.navigationController.navigationBar
 setTitleTextAttributes:@{NSForegroundColorAttributeName : [UIColor blackColor]}];

UIBarButtonItem *cancel = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemStop target:self action:@selector(cancelAction:)];

self.navigationItem.rightBarButtonItem = cancel;
self.navigationItem.title =urlAddress;

0 个答案:

没有答案