-

ADYProgressView Class Reference

+

ADYProgressView Protocol Reference

- - + + @@ -104,7 +104,7 @@

ADYProgressView Class Reference

Overview

-

An overlay with a loading indicator, indicating an indefinite activity.

+

A full screen progress view with a title, cancel button and loading indicator.

@@ -120,9 +120,9 @@

Overview

- -

  title -

+ +

  cancelButtonHandler +required method

@@ -131,12 +131,12 @@

  title
-

The title displayed in the progress view. Defaults to “Processing…”.

+

A block that is invoked when the cancel button is selected.

-
@property (nonatomic, copy, readwrite) NSString *title
+
@property (nonatomic, copy, readwrite, nullable) void ( ^ ) ( void ) cancelButtonHandler
@@ -148,7 +148,7 @@

  title

Discussion

-

The title displayed in the progress view. Defaults to “Processing…”.

+

A block that is invoked when the cancel button is selected.

@@ -168,7 +168,7 @@

Declared In

– show -

+required method
@@ -214,7 +214,7 @@

Declared In

– hide -

+required method
@@ -272,7 +272,7 @@

Declared In

Inherits fromUIViewConforms toNSObject
Declared in ADYProgressView.h