JGProgressHUDImageIndicatorView Class Reference
Inherits from | JGProgressHUDIndicatorView : UIView |
---|---|
Declared in | JGProgressHUDImageIndicatorView.h JGProgressHUDImageIndicatorView.m |
Overview
An indicator for displaying custom images. Supports animated images.
You may subclass this class to create a custom image indicator view.
– initWithImage:
Initializes the indicator view with an UIImageView showing the @c image.
- (instancetype __nonnull)initWithImage:(UIImage *__nonnull)image
Parameters
image |
The image to show in the indicator view. |
---|
Discussion
Initializes the indicator view with an UIImageView showing the @c image.
Declared In
JGProgressHUDImageIndicatorView.h