Question

See the screenshot below:

enter image description here

How can we create this View in IOS applications? Or is this any built in View?

OTHER TIPS

This is UIPopoverController

Check Developer Reference and tutorial.

You can use this third party controller Link. It is very easy to implement.

see simple demo here uses UIPopoverController

You can also try WEPopover. I haven't used it but it looks useful :)

You do not need to do anything custom in order to use this component.

This is a UIActionSheet presented from a UIPopover

The small text is the title of the UIActionSheet and the red button is the so called destructive button.

See some discussion and examples here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top