Is it possible to present a popover without any sort of arrows pointing somewhere?
Swift3, this code work for me
popover.permittedArrowDirections = .init(rawValue: 0)