diff --git a/WKRKit/WKRKit/Info.plist b/WKRKit/WKRKit/Info.plist index ef6254c..d3fba04 100644 --- a/WKRKit/WKRKit/Info.plist +++ b/WKRKit/WKRKit/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 9558 + 9593 NSPrincipalClass diff --git a/WKRUIKit/WKRUIKit/Info.plist b/WKRUIKit/WKRUIKit/Info.plist index 9c99299..5a014a7 100644 --- a/WKRUIKit/WKRUIKit/Info.plist +++ b/WKRUIKit/WKRUIKit/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 10193 + 10228 NSPrincipalClass diff --git a/WikiRaces/Shared/Other/CommonExtensions.swift b/WikiRaces/Shared/Other/CommonExtensions.swift index 3643141..7dd3c92 100644 --- a/WikiRaces/Shared/Other/CommonExtensions.swift +++ b/WikiRaces/Shared/Other/CommonExtensions.swift @@ -57,11 +57,12 @@ extension UIView { } static func animateFlash(withDuration duration: TimeInterval, + toAlpha alpha: CGFloat = 0, items: [UIView], whenHidden: (() -> Void)?, completion: (() -> Void)?) { UIView.animate(withDuration: duration / 2.0, animations: { - items.forEach { $0.alpha = 0.0 } + items.forEach { $0.alpha = alpha } }, completion: { _ in whenHidden?() UIView.animate(withDuration: duration / 2.0, animations: { diff --git a/WikiRaces/Shared/Race View Controllers/Other/CenteredTableViewController.swift b/WikiRaces/Shared/Race View Controllers/Other/CenteredTableViewController.swift index c9acd1d..623b95e 100644 --- a/WikiRaces/Shared/Race View Controllers/Other/CenteredTableViewController.swift +++ b/WikiRaces/Shared/Race View Controllers/Other/CenteredTableViewController.swift @@ -43,7 +43,7 @@ internal class CenteredTableViewController: UIViewController { let reuseIdentifier = "cell" let tableView = WKRUICenteredTableView() - private let overlayButton = WKRUIButton() + let overlayButton = WKRUIButton() var contentView: UIView! private var overlayBottomConstraint: NSLayoutConstraint! diff --git a/WikiRaces/Shared/Race View Controllers/ResultsViewController/ResultsViewController.swift b/WikiRaces/Shared/Race View Controllers/ResultsViewController/ResultsViewController.swift index f961fc2..79bfecb 100644 --- a/WikiRaces/Shared/Race View Controllers/ResultsViewController/ResultsViewController.swift +++ b/WikiRaces/Shared/Race View Controllers/ResultsViewController/ResultsViewController.swift @@ -31,6 +31,7 @@ internal class ResultsViewController: CenteredTableViewController { var shareResultsBarButtonItem: UIBarButtonItem? var isAnimatingToPointsStandings = false + var isPulsingReadyButton = false var hasAnimatedToPointsStandings = false let resultRenderer = ResultRenderer() @@ -236,14 +237,43 @@ internal class ResultsViewController: CenteredTableViewController { return } + var isAnotherPlayerReady = false + var isLocalPlayerReady = false for index in 0..CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 6330 + $(CURRENT_PROJECT_VERSION) Fabric APIKey