Is it possible to present a popover without any sort of arrows pointing somewhere?
Yes it is possible just do:
[self.popoverController presentPopoverFromBarButtonItem:anItem permittedArrowDirections:0 animated:YES];
The zero represent no direction.
1.4m articles
1.4m replys
5 comments
57.0k users