JGProgressHUDSuccessIndicatorView Class Reference

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

Overview

An image indicator showing a checkmark, 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

JGProgressHUDSuccessIndicatorView.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