문제

See the screenshot below:

enter image description here

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

도움이 되었습니까?

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top