Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 423 Bytes

File metadata and controls

8 lines (7 loc) · 423 Bytes

SimpleNavigationView

A simple example to demonstrate how to use NavigationView in SwiftUI. It demos below:

  1. Use of custom view for navigation.
  2. To customize navigation bar color
  3. To customize navigation item and links.
  4. To add navigation item button at trailing or leading.

SimpleSwiftUINavigationView