문제

How can I let my app popup something like Cydia's "Reloading Data"/"Loading Data" (like this)?

Is it a public API by Apple?

How do I call this?

Can I specify which image to display instead of the Loading indicator?

도움이 되었습니까?

해결책

First of all, it's neither a public, not a private Apple API - it's a custom control.

Second, why don't you just use Cydia's implementation itself?

Third, if not, there are alternatives as well.

다른 팁

I would do it adding an image view, a label and an activity indicator. You could even develop a subclass and upload it to GitHub!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top