KDCircularProgress icon indicating copy to clipboard operation
KDCircularProgress copied to clipboard

Remove assert code?

Open toshi0383 opened this issue 5 years ago • 0 comments

Hi useful library!

Issue

I use 1.5.4 (via CocoaPods) and sometimes have crash on assert. I don't want this behavior as it works fine without these assertion, so re-installed via Carthage so assert is always disabled in Release build.

Proposal

Can we remove these assertions? We might want to ensure these conditions by writing tests or using custom build flags... etc, not affecting in customer(developers) side. Thoughts?

toshi0383 avatar May 18 '20 00:05 toshi0383