我正在实现自定义PopoverBackgroundView,并按照Swiftdocumentation中的说明进行操作我必须实现如下方法:classSettingsPopoverBackgroundView:UIPopoverBackgroundView{overridevararrowOffset:CGFloat{get{return0.0}set{super.arrowOffset=newValue}}overridevararrowDirection:UIPopoverArrowDirection{get{returnUIPopoverArrowDirection.Up}set{