SkillAgentSearch skills...

MWKProgressIndicator

A minimal progress indicator for iOS with status update support. Displays above UINavigationBar and below the Status Bar

Install / Use

/learn @mwkoelb/MWKProgressIndicator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MWKProgressIndicator

A minimal progress indicator for iOS with status update support. Displays above UINavigationBar and below the Status Bar.

#Show: [MWKProgressIndicator show];

#Dismiss: [MWKProgressIndicator dismiss];

#Update progress: [MWKProgressIndicator updateProgress:0.1f];

#Update message: [MWKProgressIndicator updateMessage:@"Downloading OSM Data"];

#Show success message for 2s: [MWKProgressIndicator showSuccessMessage:@"Finished calculating route!"];

#Show error message for 2s:

[MWKProgressIndicator showErrorMessage:@"Parsing error :("];

Related Skills

View on GitHub
GitHub Stars359
CategoryCustomer
Updated4mo ago
Forks32

Languages

Objective-C

Security Score

92/100

Audited on Nov 27, 2025

No findings