UIPopoverController

Has anyone done any declares for using UIPopoverController?

I want to be able to present a list to select from, or a date picker to set a date field, but I don’t want to have to use a full view to do it. For an iPad app it makes more sense to use a popover view.

If this hasn’t been done yet I’ll see if I can learn how to do it.

Thanks.

Look for “dtPlugins for iOS” in iOS Declares in the forums. I believe Jean-Paul has Popover included in his declares.

The popover can be done and I have code somewhere
Just couldn’t get the pointer quite positioned right
But popping a view over wasn’t so bad