Nuke icon indicating copy to clipboard operation
Nuke copied to clipboard

Image loading system

Results 66 Nuke issues
Sort by recently updated
recently updated
newest added

Are you going to continue releasing lib for CocoaPods? Last CocoaPods release was made on January of 2022, since then you released several updates, but none for CocoaPods.

question

Hi I found a strange bug that I can not avoid. I need both images for my task. The original one and a smaller preview. I find out that if...

bug

I've noticed that there are some layout differences between `SwiftUI.Image` and `NukeUI.Image` when using `maxWidth/maxHeight` in a `List`. I'm not sure if it's intentional or not, but it definitely caught...

improvement

I'm running into an issue where `LazyImage` can collapse down to almost 0 height regardless of what I set for its `.frame()`. This is happening when the `LazyImage` is inside...

As of now LazyImage renders remote images with the scale of 1 instead of using the scale of the screen. From what I could tell, there's no way of showing...

`LazyImage` currently uses `FetchImage`, which was not originally designed for it. Some performance improvements can be gained by switching to an ad-hoc ViewModel designed specifically for `LazyImage`. One of these...

improvement

I am using NukeVideo with support on LazyVStack. However when scrolling through the VStack, the placeholder view keeps re-appearing while loading the videoView. I would like to have a support...

The placeholder view is not working correctly when using Nuke Video & 4G LTE (for lower bandwith). The placeholder view is being shown for a short amount of time, then...

``` import AVKit import Nuke import NukeVideo import NukeUI extension UIView { /// Pins this view to it's superview. func pinToSuperview() { guard let superview = superview else { fatalError("UIView+pinToSuperview:...

What is the current status on .mp4 (H265 / VP9) support? The demos are 9 months old saying "do not use in production". On the official website, it states videos...

question