“Please wait” dialog in iOS8

后端 未结 8 1982
离开以前
离开以前 2020-12-13 08:14

I used to have a \"Please wait\" dialog in my app for long time. It was quite simple thing using UIActivityIndicatorView and adding it to

8条回答
  •  -上瘾入骨i
    2020-12-13 08:31

    It seems to be impossible to do it plain old way using only basic API. I have decided to use DTAlertView which allows such modifications. It works as I wanted.

    https://github.com/Darktt/DTAlertView

提交回复
热议问题