Fraser

Results 23 comments of Fraser

Just an idea, feel free to close this whenever suits you

So how can I use this library to load a retina image from a url? The image scale should definitely be configurable now!

I have the same issue: loadImage:withURL: is often never called. Usually Im only loading a few images at a time so probably not a max connection thing. The failed handler...

Yeah I tried textInsets but it didn't work. I can put together a sample project but probably not for a while. Every spare hour is going towards getting my app...

This is was an issue when compiling for iOS7 too

When using leading and trailing it crashes (left and right are ok). I guess this is why using edges crashes too as it'll translate to use leading and trailing //crash...

Just encountered this issue myself - any plan to fix or will I have to find an alternative?

Awesome! I get a build error at every line that references [UIApplication sharedApplication]

Fixed this and have submitted a pull request https://github.com/MugunthKumar/MKNetworkKit/pull/460

Cheers for the quick reply. `StrongRouter` and `UnownedRouter` both require a `Route`. In Swift 5.7 protocols must now provide an existential type. And the proper say to provide any Route...