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
Yeah this would be a nice extension. Maybe I am gonna add a solution for that. You could already try to write your own implementation. With the following code you can add your own implementations:
classWebImageThumbnailGenerator:ROThumbnailGenerator{varsupportedExtensions:Array<String>=["png","jpg","jpeg"]func getThumbnail(url:NSURL)->UIImage{
// Here fetch the image and return it
}}
// Add it
ROThumbnail.sharedInstance.addThumbnailGenerator(webImageThumbnailGenerator)
No description provided.
The text was updated successfully, but these errors were encountered: