Overview of M13ProgressSuite
masterM13ProgressSuite is a collection of Objective-C classes designed to display various progress information styles on iOS. It provides an interchangeable set of progress views based on a common superclass, making it easy to switch between different visual styles.
Key components include:
- M13ProgressViewBar: A progress bar for
UINavigationBar(similar to Apple's Messages app) with support for indeterminate styles. - M13ProgressHUD: A customizable HUD overlay that can be displayed over any
UIView. - M13ProgressConsole: A progress view styled like a terminal.
- M13ProgressViews: A suite of interchangeable progress view styles including Bar, Bordered Bar, Filtered Image, Image, Pie, Ring, Segmented Bar, Segmented Ring, and Striped Bar.