SkillAgentSearch skills...

FPActivityView

No description available

Install / Use

/learn @farhanpatel/FPActivityView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FPActivityView

SceenShot

About

============

A low profile activity indicator. Works great in tableviews. Customize the image to get a color you perfer.

How to use

============

UIImage* activityImage = [[UIImage imageNamed:@"download-bar"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 1, 0, 1)];
FPActivityView* activityView = [[FPActivityView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, 4) andActivityBar:activityImage];
[activityView start];
[self.view addSubview:activityView];

Requires

============ ARC
QuartzCore

License

FPActivityView is available under the MIT license. See the LICENSE file for more info.

Related Skills

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated5y ago
Forks3

Languages

Objective-C

Security Score

70/100

Audited on Oct 13, 2020

No findings