LoadingButtton

Usage/Examples

Add button extendded from LoadingButton in the view and make it center horizontally.

// Make the button start animating
loadingButton.isAnimating = true

// Make the button stop animating
loadingButton.isAnimating = false

For more detail, please check the example project, LoadingButton_Example.

GitHub

View Github