Replies: 2 comments 1 reply
-
Hi,
I was going to replace it but couldn't come up with a good name. Any suggestions?
Do you mean
Many folks only use SwiftUI. NukeUI has public typealiases for the primary Nuke types, so you typically only need one import: |
Beta Was this translation helpful? Give feedback.
-
I'm considering removing Gifu integration (making it optional) and extracting video playback as well from NukeUI. With this change, there is going to be no need for |
Beta Was this translation helpful? Give feedback.
-
Hi,
some thoughts about Nuke 11:
Image
, which is the same name as SwiftUI'sImage
. I end up having to namespace SwiftUI's image when NukeUI library is imported. Was there any particular reason naming itImage
as well instead of giving it another name? This leads to confusion.LazyImage
's completion closure result in anif let / else if
syntax that doesn't look like typical SwiftUI. Did you consider the option to use closures likeAsyncImage
does?Thanks for a great library and look forward to hear your thoughts on this.
Beta Was this translation helpful? Give feedback.
All reactions