I am developing in iOS8 and want to show a popover view with an arrow. However, i do not want to block the parent view. Also, tapping on the parent view should not dismiss the popover view.
When i use UIPopoverController the parent view is grayed out and tapping on it only dismisses the popover. What ui element should i use to achieve the required functionality?