iPhone - Splash Screen with progress bar

后端 未结 4 669
逝去的感伤
逝去的感伤 2020-12-16 08:09

I tried to create a SplashView which display the Default.png in the background and a UIProgressBar in front. But the splash screen is not being updated...

Inside my

4条回答
  •  温柔的废话
    2020-12-16 08:33

    Also, you need to do update your progress bar in a seperate thread. Updating your GUI in the same thread where a lot of business is going on is (in my opinion, but I could be wrong) a bad idea.

提交回复
热议问题