Last active
          September 24, 2021 00:56 
        
      - 
      
 - 
        
Save gtokman/d47c93701121492c0b101b5d9b120f3e to your computer and use it in GitHub Desktop.  
  
    
      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 characters
    
  
  
    
  | NavigationView { | |
| List { | |
| ForEach(businesses) { business in | |
| Text(business.name) | |
| } | |
| } | |
| .listStyle(.plain) | |
| .navigationTitle(Text("Boston")) | |
| .refreshable { | |
| // do something | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment