How can I make the reachability work as a singleton? Here is what I want to do ...
I have an application. When it launches I want to have a singleton and work with the reachability in order to hold the network status. Then I want from other controllers to access the singleton and check the network status. For example I want every time user clicks on one tab and the screen is shown to check the internet status and enable or disable a button.
I know the question is very generic but I am so confused. I am currently using reachability 2.2
Any tips or ideas or even guides will be appreciated.
And a final question.... how 'moral' is the singleton usage? And is it the best practice to be more close to MVC model?
Thanks again