How to setup PKToolPicker initial position?
It always started at the bottom, and if there is a toolbar, cover up the toolbar.
let toolPicker = PKToolPicker.shared(for: self.view.window!)
toolPicker?.addObserver(canvas)
toolPicker?.setVisible(true, forFirstResponder: canvas)