jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

Updated Sample App and refactored ProgressBar to fix iOS issue #51

Closed bmclane closed 1 year ago

bmclane commented 1 year ago

Fixed missing styles in ProgressBar, ProgressRadial, PieChart, etc

Fixed Progress Bar not rendering on iOS: Before: image After: image