开发者

UIPopoverController to handle password box?

In the iPad when you have to fill in a password, like i开发者_如何学运维n the dropbox app. I know I have to create my own view, but is this view inside a UIPopoverController? If so, can somebody tell me how to create the popover to place my passcode view in so it looks like this:

UIPopoverController to handle password box?

Thanks in advance!


This is not a popovercontroller.

You can present modalViewController for this, keeping the modalPresentationStyle as UIModalPresentationFormSheet

urviewcontroller.modalPresentationStyle=UIModalPresentationFormSheet;

[self presentModalViewController:urviewcontroller animated:YES];


I am also working on passlok view and I have used the UIPopoverController with custom keyboard. Here how it looks like:

UIPopoverController to handle password box?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜