سؤال

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?

هل كانت مفيدة؟

المحلول

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".

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top