Logan Shire
Logan Shire
@adamwaite could you also cut a new version for the SPM support? The last version was from July but SPM support merged in November. This means that consumers have to...
Hi @aksdb! Sorry it's been a while 😅 I was moving across the country and starting a new job so I haven't had time to work on this until now....
Update @davidbyttow @aksdb @vansante -- I was able to resize the same GIF I'm unable to resize with this library using ezgif.com so it's definitely possible. I'm wondering if this...
@tonimelisma @stackcoder +1 on this - I'd love to be able to read and write EXIF data with this library as well.
Thanks! Will try to get to this soon :)
@staguer I'm still not sure how I could use the aspect fit measurement to construct such a layout - how do you pass in the aspect ratio to use? Could...
@staguer I still don't understand how to use the aspect fit alignment to make a layout that scales to the maximum width allowed by its parent, and then expands vertically...
@nicksnyder I'm still not sure how exactly to accomplish this using the tools provided. This seems like an extremely common use case and should at least be included as an...
@nicksnyder @staguer I was finally able to hack something together that works: ``` import LayoutKit import CoreGraphics open class AspectLayout: BaseLayout, ConfigurableLayout { open let aspectSize: CGSize open let sublayout:...
@nicksnyder Sure, I suppose I could put up a PR tomorrow.