¡@

Home 

2014/10/15 ¤U¤È 10:12:57

iphone Programming Glossary: progresshud

UIWebView - Enabling Action Sheets on <img> tags

http://stackoverflow.com/questions/5163831/uiwebview-enabling-action-sheets-on-img-tags

save image operation needs another method to handle that. For the progress I used MBProgressHub. Add an MBProgressHUB progressHud to the interface declaration in the .h and set it up in the init method of whatever class you're handling the webview from.. interface declaration in the .h and set it up in the init method of whatever class you're handling the webview from . progressHud MBProgressHUD alloc initWithView self.view progressHud.customView UIImageView alloc initWithImage UIImage imageNamed @ Tick.png.. method of whatever class you're handling the webview from . progressHud MBProgressHUD alloc initWithView self.view progressHud.customView UIImageView alloc initWithImage UIImage imageNamed @ Tick.png autorelease progressHud.opacity 0.8 self.view addSubview..