JGProgressHUDSuccessIndicatorView Class Reference
| Inherits from | JGProgressHUDImageIndicatorView : JGProgressHUDIndicatorView : UIView |
|---|---|
| Declared in | JGProgressHUDSuccessIndicatorView.h JGProgressHUDSuccessIndicatorView.m |
– initWithContentView:
Designated initializer for this class.
- (instancetype)initWithContentView:(UIView *__unused)contentViewParameters
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)initDiscussion
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)updateAccessibilityDiscussion
Override to set custom accessibility properties. This method gets called once when initializing the view and after calling @c setNeedsAccessibilityUpdate.
Declared In
JGProgressHUDIndicatorView.h