Segmented Progress Bar

The Blue Prototype
2 min readMay 27, 2020
Segmented Progress Bar

Nowadays, you can see this type of progress bar on WhatsApp, Instagram, Facebook & many more applications. I call it ‘Segmented Progress Bar’.

Get Started

I developed 2 libraries for this type of progress bar. One is using default UIProgressView control and the second one is using custom views.

Let’s start with libraries:

Both Libraries have same public properties, method & delegates which provides you full control on progress bar.

https://www.youtube.com/watch?v=jWgw518TdSQ&feature=youtu.be

1. SGSegmentedProgressBarLibrary

Cocoapods : https://cocoapods.org/pods/SGSegmentedProgressBarLibrary

Github : https://github.com/sanjeevworkstation/SGSegmentedProgressBarLibrary

Integration: Integrate the library via cocoapods ‘pod install’ command.

pod file :

target 'MyApp' do
pod 'SGSegmentedProgressBarLibrary'
end

Below are the screenshots of code to integrate the library:

view initialisation

--

--

Responses (3)