I'm using Monotouch.Dialog and have a custom cell with two buttons on it. When a button is tapped, I want to show a popover. The problem is I can't see how to get the coordinates of the button (to position the popover properly) when handling the button click in my main view controller.
I have code to get coordinates when a whole table cell is selected based on the IndexPathForSelectedRow property, but in this scenario, tapping one of the buttons on the cell does not cause the row to be selected. Any ideas how to accomplish this? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Determine-coordinates-of-button-tap-on-table-cell-tp4657203.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
