Skip to content

Instantly share code, notes, and snippets.

@caldofran
Last active March 3, 2020 15:02
Show Gist options
  • Select an option

  • Save caldofran/2adf26e57c3561cbabeff2c335a69118 to your computer and use it in GitHub Desktop.

Select an option

Save caldofran/2adf26e57c3561cbabeff2c335a69118 to your computer and use it in GitHub Desktop.

Revisions

  1. caldofran revised this gist Mar 3, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions example_navigation.swift
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    navigator.handle(navigation: .section(.home))
    navigator.handle(navigation: .modal(.offer(with: "1")))
    navigator.handle(navigation: .push(.job(with: "1")))
    navigator.handle(navigation: .modal(.offer(id: "1")))
    navigator.handle(navigation: .push(.job(id: "1")))
  2. caldofran created this gist Nov 20, 2019.
    3 changes: 3 additions & 0 deletions example_navigation.swift
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    navigator.handle(navigation: .section(.home))
    navigator.handle(navigation: .modal(.offer(with: "1")))
    navigator.handle(navigation: .push(.job(with: "1")))