문제

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