Skip to content

minarikg/ProgressView

Repository files navigation

ProgressView

Why?

UIProgressView does not allow you to change it's height without workarounds or forcing it by constraints.

Option 1: If you prefer a short workaround you can take a look at: CustomProgressView.swift

Option 2: You can write your own custom ProgressView where you have full control and no surprises neither side effects later on if Apple changes its UIProgressView implementation in the future releases.

Screenshot

About

Custom ProgressView for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages