SkillAgentSearch skills...

InstagramActivityIndicator

Activity Indicator similar to Instagram's

Install / Use

/learn @YahyaBagia/InstagramActivityIndicator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

InstagramActivityIndicator (ObjC)

Activity Indicator similar to Instagram's. It is an Objective-C port of InstagramActivityIndicator.

Screenshot

Installation

Copy InstagramActivityIndicator.h & InstagramActivityIndicator.m files into XCode Project.

Usage / Installation

1. Using Interface Builder

  • Add a UIView on XIB / Storyboard from Interface Builder and change its class from UIView to InstagramActivityIndicator.

  • Customize its properties through Attribute Inspector.

2. Via Code

InstagramActivityIndicator *indicator = [[InstagramActivityIndicator alloc]initWithFrame:CGRectMake(0, 0, 70, 70)];
indicator.lineWidth = 3;
indicator.strokeColor = [UIColor brownColor];
indicator.numSegments = 15;
indicator.rotationDuration = 10;
indicator.animationDuration = 1.0;
indicator.center = self.view.center;
[self.view addSubview:indicator];
[indicator startAnimating];

Requirements

iOS 7.0+

License

MIT License

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated5mo ago
Forks7

Languages

Objective-C

Security Score

92/100

Audited on Nov 2, 2025

No findings