JGProgressHUDErrorIndicatorView Class Reference

Inherits from JGProgressHUDImageIndicatorView : JGProgressHUDIndicatorView : UIView
Declared in JGProgressHUDErrorIndicatorView.h
JGProgressHUDErrorIndicatorView.m

Overview

An image indicator showing a cross, representing a failed operation.

– initWithContentView:

Designated initializer for this class.

- (instancetype)initWithContentView:(UIView *__unused)contentView

Parameters

contentView

The content view to place on the container view (the container is the JGProgressHUDIndicatorView).

Discussion

Designated initializer for this class.

Declared In

JGProgressHUDIndicatorView.h

– init

Default initializer for this class.

- (instancetype)init

Discussion

Default initializer for this class.

Declared In

JGProgressHUDErrorIndicatorView.h

– updateAccessibility

Override to set custom accessibility properties. This method gets called once when initializing the view and after calling @c setNeedsAccessibilityUpdate.

- (void)updateAccessibility

Discussion

Override to set custom accessibility properties. This method gets called once when initializing the view and after calling @c setNeedsAccessibilityUpdate.

Declared In

JGProgressHUDIndicatorView.h