Stephen Williams
Stephen Williams
This is a great looking library. I'm on the hunt for a library that would allow me to offer custom emojis. If you look at the Slack UI for selecting...
The `totalCostLimit` is correctly set, however, this has no affected on the `MemoryStore` because there is no cost provided when setting the objects. Hence the NSCache doesn't know what its...
I have removed this pod since it can be replaced by just a few lines of code. Does anyone have objections?
…ssions are not determined. https://github.com/hyperoslo/Gallery/issues/141 Possible something similar should be done with Photos permissions. Should we really show the permissions controller if the user has said no to photos and...
If you set `self.navigationItem.prompt` the navigation bar increases in height. This is not taken into account by CRToast.  I...
Issue: https://github.com/MailOnline/ImageViewer/issues/152#issuecomment-334271955
I'm using Carthage, so the ImageViewer code is inside a framework. In `ItemBaseController.swift` many things are implicitly or explicitly only public, so I can't override or access them. Is there...
It would be nice to be able to show a progress view when downloading an image. A progress closure could perhaps be added to `GalleryItem.image`? I'm doing the following at...