-1

I ran across a small framework some time back that someone put together for iPhone wait screens. But now I can't find any trace of it. Does anyone have a link to it? It may not be a framework as much as a few code snippets. But the guy had it all pre-made. You just needed to implement and specify the type of wait screen you wanted.

4thSpace
  • 43,672
  • 97
  • 296
  • 475
  • what was name of framework...? what was guy's name...? from where you have download it...? what it was exactly doing...? what where how when why...? – Mihir Mehta Apr 12 '10 at 07:07

1 Answers1

1

Maybe you mean MBProgressHUD???

http://github.com/jdg/MBProgressHUD

schaechtele
  • 1,130
  • 1
  • 9
  • 12
  • Thanks but looks like that one could be trouble b/c of private APIs: http://stackoverflow.com/questions/416015/iphone-development-non-documented-uiprogresshud-class – 4thSpace Apr 12 '10 at 13:57
  • Thanks. Do you know how to get it to work with NSURLConnection and its associated delegates? I pass it a method that contains my NSURLConnection setup. The progress displays for the setup method but not all the way through completion of connectionDidFinishLoading. – 4thSpace Apr 13 '10 at 06:09
  • 1
    Maybe you should use the show and hide methods instead of passing it a method. I hope this works! – schaechtele Apr 13 '10 at 06:45