Another issue is this method... the code inside block executes twice for each asset... ``` image.fetchFullScreenImageWithCompleteBlock({ (image: UIImage?) -> Void in //code here executes twice for each asset }) ```
Another issue is this method... the code inside block executes twice for each asset...