views:

118

answers:

1

I am trying to alert the user of something without being too intrusive. I love the way that Tweetie 2 handles connection errors and loading progress with their alert that automatically fades away after a second or two. Anyone know how is this done in objective c?

It looks like this: http://dl.dropbox.com/u/38467/photo.jpg

A: 

http://stackoverflow.com/questions/2774960/is-there-a-way-to-dismiss-an-alertview-automatically-after-some-time/

Macmade
I don't think that it is a UIAlertView, but I'm not sure what it is. It is a grey box that doesn't block user interaction. I have added a picture above in the question.
Alavoil
That's a custom view... : ) But same in theory. You add it as a subview, and you remove it after some time...
Macmade