Disable the network in Simulator iOS

Problem:

Is it possible to disable the network in simulator to check the network or internet connection in my app.

Solution:

Not possible to disable only the network in simulator.If you disable the network in your MAC it will affect to the simulator.

Comments