SJLoadingView
SJLoadingView copied to clipboard
loading view.
Results
1
SJLoadingView issues
Sort by
recently updated
recently updated
newest added
rotationAnim.repeatCount = CGFLOAT_MAX; repeatCount is float type, so CGFLOAT_MAX cause overflow。you may use HUGE_VALF replace it。 rotationAnim.repeatCount = HUGE_VALF;