Skip to content

A sample app to showcase the code to retrieve SSID from current connected wifi

Notifications You must be signed in to change notification settings

sanijalal/ios-swift-wifi-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a sample application to retrieve the SSID from current connected wi-fi. It uses the Model-View-Presenter pattern. This application also has location permission implemented because in order to retrieve the SSID information, the application needs to have location permissions enabled. More info can be read here.

Screenshot 2021-08-22 at 3 24 39 PM

Discussion

For the views, I was trying out creating different xibs for different states. Verdict: will not do it again. If the structure of the view is the same for different states, it's better to use the view controller to change the values retrieved from the presenter. If the views are radically different, then this approach would be ok.

About

A sample app to showcase the code to retrieve SSID from current connected wifi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages