Skip to content

Activity indicator without thumbnail #70

@awarewego

Description

@awarewego

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions