This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
Bugfix for spinner in UIButton
We discovered an error when adding a SpinnerView
to a UIButton
containing an image.
Upon dismiss()
of the SpinnerView
, the image would not be restored. That has now been resolved.