SkillAgentSearch skills...

HVDNetworkInspector

An iOS library which measures the time taken for network connections to finish

Install / Use

/learn @WickedLynx/HVDNetworkInspector
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HVDNetworkInspector

What it does?

HVDNetworkInspector keeps track of all network connections in your app and allows you to visualise them.

Screenshot

How to use?

Setup

Download the source code from here. Then:

  1. Drag HVDNetworkInspector.xcodeproj into your project
  2. Add HVDNetworkInspector as a dependancy of your target
  3. Link your target with libHVDNetworkInspector.a
  4. Add flag -ObjC in Linking --> Other Linker Flags of your target

Setup

Usage

  1. Import the header:
  #import <HVDNetworkInspector/HVDNetworkInspector.h>
  1. Before you start creating network requests, call:
  [HVDNetworkInspector loadInspector];
  You should only call this once in your app, typically in `application:didFinishLaunchingWithOptions:`.
  1. To show the connection summary, call:
  [HVDNetworkInspector showReport];
View on GitHub
GitHub Stars4
CategoryProduct
Updated1y ago
Forks0

Languages

Objective-C

Security Score

70/100

Audited on Dec 27, 2024

No findings