iPhone Development - Non documented UIProgressHUD class

前端 未结 4 1889
[愿得一人]
[愿得一人] 2020-12-17 00:17

I\'ve only heard about what UIProgressHUD class do, but i cannot find the implementation of this class or any documentation. Reference to this class can be found in \"The iP

4条回答
  •  旧时难觅i
    2020-12-17 00:59

    I've created my own "progress HUD", the MBProgressHUD. I've recently published the code on my blog. If you want, you can check it out and see if it meets your needs.

    You can find the code at: http://github.com/matej/MBProgressHUD

提交回复
热议问题