views:

70

answers:

1

hi what is the iPhone ringer alert popup name? and could implement that ? i mean like this :

alt text

+2  A: 

It's not a built-in control, but there is an open source project (http://github.com/matej/MBProgressHUD) which creates a rounded translucent view. Although used for showing progress, it can be adapted.

It will take some tinkering with, but hopefully it's a push in the right direction.

Tom Irving