lightdesign / LDProgressView

[Stale] A flat or gradient progress view with a simple color setter and customizable options written in pure Core Graphics
MIT License
368 stars 55 forks source link

Replace NSNumber with BOOL #24

Closed revolter closed 9 years ago

revolter commented 9 years ago

Why is it using NSNumbers instead of BOOLs?!

rcdilorenzo commented 9 years ago

At least when it was first designed, the UIAppearance behavior required an object rather than a primitive.

revolter commented 9 years ago

I understand.