How to programmatically add a simple default loading(progress) bar in iphone app

前端 未结 18 2577
你的背包
你的背包 2020-12-12 17:16

I am using http communication in My iPhone app. I want to show a progress bar while it is loading data from server. How can I do it programmatically?

I just want a d

18条回答
  •  醉酒成梦
    2020-12-12 17:42

    Try MBProgressHUD.

    It's pretty simple, got several progress animation options, and able to add some customization. It displays fullscreen. And it should work with any recent iOS versions.

    Or try LDProgressView if you want something more fancy :) It somehow looks like OSX progress bar.

提交回复
热议问题