Reputation: 47
I am making an iOS web browser in Xcode 4.5 but I want one of the menus to look somewhat like this. How is this menu called and how do I make one? The image is here:
Upvotes: 2
Views: 359
Reputation: 11
You can try the new open source ShareKit 2.0.
The information is at https://github.com/ShareKit/ShareKit.git
Upvotes: 1
Reputation: 57050
That is a UIActionSheet.
You can read more here: http://developer.apple.com/library/ios/ipad/#documentation/uikit/reference/UIActionSheet_Class/Reference/Reference.html
Here is a nice tutorial: http://eureka.ykyuen.info/2010/04/14/iphone-uiactionsheet-example/
Upvotes: 4