Declared in UIApplication+DTNetworkActivity.h

Overview

Enhancement for UIApplication to properly count active network sessions and show the network activity indicator whenever there are more than 0 active sessions.

Instance Methods

popActiveNetworkOperation

Decrements the number of active network operations

- (void)popActiveNetworkOperation

Declared In

UIApplication+DTNetworkActivity.h

pushActiveNetworkOperation

Increments the number of active network operations

- (void)pushActiveNetworkOperation

Declared In

UIApplication+DTNetworkActivity.h