You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct me if I am wrong if let image = photo.image { self.scalingImageView.image = image self.activityIndicator.stopAnimating() } else if let thumbnailImage = photo.thumbnailImage { self.scalingImageView.image = thumbnailImage self.activityIndicator.stopAnimating() loadFullSizeImage() } else { loadThumbnailImage() }
There is no prediction only for activity indicator.
The text was updated successfully, but these errors were encountered:
Correct me if I am wrong
if let image = photo.image { self.scalingImageView.image = image self.activityIndicator.stopAnimating() } else if let thumbnailImage = photo.thumbnailImage { self.scalingImageView.image = thumbnailImage self.activityIndicator.stopAnimating() loadFullSizeImage() } else { loadThumbnailImage() }
There is no prediction only for activity indicator.
The text was updated successfully, but these errors were encountered: