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.

Other Methods

– init

Default initializer for this class.

- (instancetype __nonnull)init

Discussion

Default initializer for this class.

Declared In

JGProgressHUDSuccessIndicatorView.h

Other Methods

– 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

– 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

– setUpForHUDStyle:vibrancyEnabled:

Use this method to set up the indicator view to fit the HUD style and vibrancy setting. This method is called by @c JGProgressHUD when the indicator view is added to the HUD and when the HUD’s @c vibrancyEnabled property changes. This method may be called multiple times with different values. The default implementation does nothing.

- (void)setUpForHUDStyle:(JGProgressHUDStyle)style vibrancyEnabled:(BOOL)vibrancyEnabled

Discussion

Use this method to set up the indicator view to fit the HUD style and vibrancy setting. This method is called by @c JGProgressHUD when the indicator view is added to the HUD and when the HUD’s @c vibrancyEnabled property changes. This method may be called multiple times with different values. The default implementation does nothing.

Declared In

JGProgressHUDIndicatorView.h