Question

I am trying to create a small popup menu that looks like a UIActionSheet in my app This is what I mean: enter image description here

I hope I am able to do this in my iPhone app. Is it some kind of modifyed UIActionSheet or is is all custom made?

How can I make something like this?

Était-ce utile?

La solution

That looks like a UIPopover, which is an iPad-only API. I've seen various 3rd party libraries that offer popovers for iPhone and iPod touch. I would suggest searching on GitHub or CocoaControls.com for "iPhone popover".

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top