Route
enum Route
                Enumerated routing destinations
- 
                  
                  
Locations tab
Declaration
Swift
case locations - 
                  
                  
Rankings tab
Declaration
Swift
case rankings - 
                  
                  
My Profile tab
Declaration
Swift
case myProfile - 
                  
                  
Edit Profile presentation in My Profile
Declaration
Swift
case editProfile - 
                  
                  
Network Status in Settings in My Profile
Declaration
Swift
case network - 
                  
                  
Contact Us in Settings in My Profile
Declaration
Swift
case reportContent(String) - 
                  
                  
Tab to select for a route
Declaration
Swift
var tabIndex: Int { get } 
            View on GitHub
          
      Route Enumeration Reference