문제

I'm creating an iPad application which needs a UIPopoverController like this one (I mean, with buttons):

sorry

I tried using a UIViewController but it gives me an enormous popup with a white background.

Can anyone explain me how to make one? I cannot find any documentation or example code. Thanks.

도움이 되었습니까?

해결책

You need -[UIActionSheet showFromBarButtonItem:animated:] instead of a UIPopoverController.

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