Goofing around with Box
This commit is contained in:
@@ -287,6 +287,11 @@ class BrowserViewController: UIViewController
|
||||
showSettingsWindow()
|
||||
}, for: .touchUpInside)
|
||||
|
||||
// Share
|
||||
documentControls.sharingView.addAction(UIAction { [unowned self] _ in
|
||||
showShareSheetForCurrentURL(fromViewController: documentControls)
|
||||
}, for: .touchUpInside)
|
||||
|
||||
present(documentControls, animated: true, completion: nil)
|
||||
}), for: .touchUpInside)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user