Skip to content

HirokiUmatani/PEAR-Indicator-iOS

Repository files navigation

PEAR-Indicator-iOS GitHub license CocoaPods CocoaPods

====

Overview

This ios library will display the cool indicator in something load.

Demo Screen

autolayout_demo

Installation

pod 'PEAR-Indicator-iOS'

Usage

#####□import

#import "IndicatorView.h"

#####□create instance

IndicatorView *indicator = [[IndicatorView alloc]initWithTarget:self.view // paste the indicator View
                                                     userEnable:YES // It can be touched in the indicator displayed in the other views
                                                        message:@"Now Loading .." // message in the loading
                                                backgroundColor:[UIColor blackColor] // background color of the indicator
                                                      fontColor:[UIColor whiteColor]]; // Text color of the loading message

Document

document library

Licence

MIT

Author

GitHub
CocoaPod
FaceBook
Twitter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published