Skip to content

add network activity indicator #79

@mbap

Description

@mbap

UIApplication *app = [UIApplication sharedApplication];
this will return the shared application.

has a property called network activity indicator that needs to be turned on when the app makes network calls. in addition this must be managed by us.

for example if 2 objects are making network calls we need a variable that keeps track of the number of people making calls. we only turn this off when it goes back to zero.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions