I have a doubt.
When dismissing a Popover Controller does the initWithContentViewController
object gets released? For Example:
UIPopoverController *popover = [[UIPopoverController alloc] initWithContentViewController:content];
Does the content gets released here?