Last active
November 20, 2019 14:16
-
-
Save caldofran/740f44b9d4ff180112894084021eb62a to your computer and use it in GitHub Desktop.
Revisions
-
caldofran revised this gist
Nov 20, 2019 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ class ViewControllerA: UIViewController { func presentViewControllerB() { navigationController?.pushViewController(ViewControllerB(), animated: true) -
caldofran renamed this gist
Nov 20, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ class ViewControllerA: UIViewController { func presentViewControllerB() { navigationController?.pushViewController(ViewControllerB(), animated: true) } } -
caldofran created this gist
Nov 20, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ class ViewControllerA: UIViewController { func presentViewControllerB() { navigationController?.pushViewController(ViewControllerB(), animated: true) } }