How should be defined a dictionary of options for a pageViewController for a PDFView from PDFKit?
I am interested particulari with this flag
UIPageViewController.NavigationOrientation.horizontal
let pdfv = PDFView.init(frame: self.view.frame)
let opt = ?????
pdfv.usePageViewController(true, withViewOptions: opt)