Is it possible to create a custom UIPopoverController? Can you give me some suggestions (Links, tutorial…)?
I would create a sort of popover like the one in iPad calendar application. When the popover appears (in view mode), it has no border (white background). Then, when you enter the modify mode (for example through a modify button), the popover chage its appereance (the border color and so on).
Thank you in advance. Regards.
For those interested in.
See cmpoptipview-custom-popup-view-for-ios if you need to create custom popover in iOS.
Since iOS5 it is also possible to customize the background view for the popover. For further info see Customizing the Popover Appearance section in UIPopoverController class reference.
Hope it helps.