Update ActivityIndicatorView and ActivityIndicatorPresenter to match activity indicator UI in MXKViewController

This commit is contained in:
SBiOSoftWhare
2019-01-22 15:26:34 +01:00
parent 13857fb026
commit b22fe3badf
3 changed files with 42 additions and 11 deletions
@@ -24,8 +24,8 @@ final class ActivityIndicatorPresenter: ActivityIndicatorPresenterType {
private enum Constants {
static let animationDuration: TimeInterval = 0.3
static let backgroundOverlayColor = UIColor.black
static let backgroundOverlayAlpha: CGFloat = 0.3
static let backgroundOverlayColor = UIColor.clear
static let backgroundOverlayAlpha: CGFloat = 1.0
}
// MARK: - Properties