mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add select URL Builder dialog
This commit is contained in:
@@ -65,6 +65,12 @@ class AddWebFeedViewController: UITableViewController, AddContainerViewControlle
|
||||
|
||||
}
|
||||
|
||||
@IBAction func showURLBuilder(_ sender: Any) {
|
||||
let navController = UIStoryboard.add.instantiateViewController(withIdentifier: "SelectURLBuilderNavViewController") as! UINavigationController
|
||||
navController.modalPresentationStyle = .currentContext
|
||||
present(navController, animated: true)
|
||||
}
|
||||
|
||||
func cancel() {
|
||||
userCancelled = true
|
||||
delegate?.processingDidCancel()
|
||||
|
||||
Reference in New Issue
Block a user