views:

33

answers:

2

Hey guys,

I have been looking for the ways to integrate facebook, twitter or email in my iphone App but I didn't find the way to do the dialog box which proposes these previous options...

Here is what I am looking to do

Dialog Box

It seems like an alert view but it sure isn't ... anyone knows how to do that ? (I guess it is a predefined object) ;)

Cheers mates

Gotye.

+2  A: 

It's a UIActionSheet.

Heres the Class Reference: http://developer.apple.com/iphone/library/documentation/uikit/reference/UIActionSheet_Class/Reference/Reference.html

antihero
Cheers mate ! ;)
gotye
You're welcome ;)
antihero
A: 

It is an UIActionSheet. If you are looking for Twitter code then look at my Twitter code for the iPhone. It was specifically designed for 'Share' functionality:

http://github.com/st3fan/iphone-twitter/

St3fan