I am creating a monotouch ipad app. I have a popover with tableview in it. When i select a row i want the popover to dismiss/close.
Now what happens is when i select a row the popover remains on the screen and i have to click outside the popover to close it.
Xamarin CoreAnimation (source on github) sample uses a popover (with a table within) when used in portrait mode (it’s not shown on the screenshots).
You should be able to reuse the same code inside your own application.