BSYLoading is a custom UIActivityIndicatorView that allows developers to customize chrysanthemum colors/background colors/text messages/text colors/text fonts/text pair methods, etc. Cocoapods is a flexible control that now supports Cocoapods installation. If it is useful to you, please give it to Star, thank you! Address: https://github.com/baishiyun/BSYLoadingView
/** Hide chrysanthemum */
+(void)hidenCrazyCircleAnimation;
/ * * * / chrysanthemum
+(void)showCrazyCircle;
/** Chrysanthemum color custom
@param CircleColor Chrysanthemum color */
+(void)showCrazyCircleWithColor:(UIColor *)CircleColor;
/** Chrysanthemum color Custom background color custom
@param BgColor Background color
@param CircleColor Chrysanthemum color */
+(void)showCrazyCircleWithColor:(UIColor *)CircleColor BgColor:(UIColor *)BgColor;
// ############## has text information ######################
/** Words and chrysanthemums
@param text Indicates a text message */
+(void)showCrazyCircleWithText:(NSString *)text;
/** Words and chrysanthemums
@param CircleColor
Chrysanthemum color
@param text Indicates a text message */
+(void)showCrazyCircleWithColor:(UIColor *)CircleColor Text:(NSString *)text;
/** Words and chrysanthemums
@param CircleColor Chrysanthemum color
@param text Indicates a text message
@param TextColor TextColor */
+(void)showCrazyCircleWithColor:(UIColor *)CircleColor Text:(NSString *)text TextColor:(UIColor *)TextColor;
/** Text chrysanthemum effect
@param CircleColor Chrysanthemum color
@param BgColor Background color
@param text Indicates a text message
@param TextColor TextColor */
+(void)showCrazyCircleWithColor:(UIColor *)CircleColor BgColor:(UIColor *)BgColor Text:(NSString *)text TextColor:(UIColor *)TextColor;
/** Text and chrysanthemum @param CircleColor Chrysanthemum color
@param BgColor Background color
@param text Indicates a text message
@param TextColor specifies the TextColor
@param TextFont TextFont */
+(void)showCrazyCircleWithColor:(UIColor *)CircleColor BgColor:(UIColor *)BgColor Text:(NSString *)text TextColor:(UIColor *)TextColor TextFont:(UIFont *)TextFont;
/** Text and chrysanthemum @param CircleColor Chrysanthemum color
@param BgColor Background color
@param text Indicates a text message
@param TextColor specifies the TextColor
@param TextFont specifies the TextFont
@param TextAlignment text to its method */
+(void)showCrazyCircleWithColor:(UIColor *)CircleColor BgColor:(UIColor *)BgColor Text:(NSString *)text TextColor:(UIColor *)TextColor TextFont:(UIFont *)TextFont TextAlignment:(NSTextAlignment)TextAlignment;