JGProgressHUDErrorIndicatorView Class Reference
85 | 86 | 87 |Inherits from | 90 |JGProgressHUDImageIndicatorView : JGProgressHUDIndicatorView : UIView | 91 |
---|---|
Declared in | 93 |JGProgressHUDErrorIndicatorView.h JGProgressHUDErrorIndicatorView.m |
94 |
Overview
103 |An image indicator showing a cross, representing a failed operation.
104 |– initWithContentView:
121 |
122 |
123 | Designated initializer for this class.
131 |- (instancetype)initWithContentView:(UIView *__unused)contentView
Parameters
141 |contentView |
145 | The content view to place on the container view (the container is the JGProgressHUDIndicatorView). |
146 |
---|
Discussion
159 |Designated initializer for this class.
160 |Declared In
170 |JGProgressHUDIndicatorView.h
– init
179 |
180 |
181 | Default initializer for this class.
189 |- (instancetype)init
Discussion
205 |Default initializer for this class.
206 |Declared In
216 |JGProgressHUDErrorIndicatorView.h
– updateAccessibility
225 |
226 |
227 | Override to set custom accessibility properties. This method gets called once when initializing the view and after calling @c setNeedsAccessibilityUpdate.
235 |- (void)updateAccessibility
Discussion
251 |Override to set custom accessibility properties. This method gets called once when initializing the view and after calling @c setNeedsAccessibilityUpdate.
252 |Declared In
262 |JGProgressHUDIndicatorView.h