Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created June 25, 2020 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/7be78aa354ec5496615d67543001f14d to your computer and use it in GitHub Desktop.
Save fitomad/7be78aa354ec5496615d67543001f14d to your computer and use it in GitHub Desktop.
// CercaViewModel
internal static var nearbySessionAvailable: Bool
{
return NISession.isSupported
}
...
// CercaApp
if CercaViewModel.nearbySessionAvailable
{
NearbyView()
}
else
{
ErrorView()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment