iPhone. How to intercept system dialogs?

Posted by Sjakelien on Stack Overflow See other posts from Stack Overflow or by Sjakelien
Published on 2010-05-30T07:36:55Z Indexed on 2010/05/30 7:42 UTC
Read the original article Hit count: 212

Filed under:
|
|
|
|

My app offers the user the opportunity to put an event in his native calendar.

For that, I refer to an online webcal:// URL.

Since the underlying .ics file is quite big (containing quite a few events), it sometimes (also depending on the network performance)takes a while before the "Do you want to subscribe"-dialog sequence kicks in.

I would like to give the user some feedback in the mean time, like a spinner, or a changing graphic, for him to know that something is going to happen.

Question: how does my app know, that the "Do you want to subscribe"-dialog has been shown, and that the user has chosen either a Cancel of OK button in that dialog, so I can stop the spinner?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about dialog