Thanks so much for watching! Watch this video next: WKWebView - iOS WebView Tutorial >> kzbin.info/www/bejne/nGTQd6WNmtiVrK8
@pradeepkumar-tm5et4 жыл бұрын
Hi Naggy thank you very much for SparkUI implementation along with Kingfisher. It is the most highly qualified video on kingfisher great work. Please continue doing more videos on SparkUI.
@rebeloper4 жыл бұрын
Glad it was helpful! Here's another one on SDWebImage: kzbin.info/www/bejne/pXbadJ6XjJ2KaKs
@agotamatyas31254 жыл бұрын
Awesome tutorial about Kingfisher! thank you Alex!
@rebeloper4 жыл бұрын
My pleasure! BTW have you seen my lates video tutorial yet? kzbin.info/www/bejne/pXbadJ6XjJ2KaKs
@mak_whisk3 жыл бұрын
Thank you
@rebeloper3 жыл бұрын
You're welcome. BTW let me show you how to write scalable code: kzbin.info/www/bejne/oXXVdKOMh7p2bK8
@OlyaTimina4 жыл бұрын
Thanks for video. What framework you use to use SAlertController?
@rebeloper4 жыл бұрын
It's SparkUI: github.com/rebeloper/SparkUI BTW check out my lates tutorial about MVC vs. MVVM: kzbin.info/www/bejne/aGq6oaOvnbyCa8U
@OlyaTimina4 жыл бұрын
@@rebeloper Thank you. Yes, i like saw your video.
@rebeloper4 жыл бұрын
And what about this? :) UITableView with Custom Cell kzbin.info/www/bejne/hpyVZnennMuBnrc
@ebohechobujedidiahoche8683 жыл бұрын
Hello can kingfisher be used with a local json file in swiftui to cache images? checking on google gives no result.
@rebeloper3 жыл бұрын
No it can't. It has it's own cache out of the box. BTW if you liked this video you will love my newest tutorial about async/await in SwiftUI: kzbin.info/www/bejne/kHSVnZ2wd9trq6M
@gerardsk8ordie3 жыл бұрын
Hi, I have a question. I have an App that uses Kingfisher, and when it downloads images, if those images have big size, the App freezes a little. Then I've investigated, and I've realized that Kingfisher is downloading those images on the Main thread! Shouldn't it download them on the background thread? What could I do to fix it? Have you encountered with this problem too? Regards.
@rebeloper3 жыл бұрын
It should download on the background thread. Have you tried using AsyncImage from iOS15 / SwiftUI3 yet? BTW if you enjoyed this tutorial make sure you take a look at my latest video about Progress Indicator Examples: kzbin.info/www/bejne/pHnVY5ueYrCais0
@gerardsk8ordie3 жыл бұрын
Hi, I've reviewed the code inside Kingfisher's framework, and its indeed downloading the image on the background thread using NSURLSessionDataTask. Sorry for bothering you with that. I'll definitely look into the video you shared! Thank you very much for your response.
@gauravthakkar8023 жыл бұрын
Can you tell me how we could do it in SwiftUI?
@rebeloper3 жыл бұрын
I like to use SwURL: github.com/cmtrounce/SwURL If you like me to show you my way of doing it I would love to help you in a mentoring session: rebeloper.com/mentoring BTW check out my latest video about UIKit in SwiftUI: kzbin.info/www/bejne/j6ane3eLq6uZjtE
@gauravthakkar8023 жыл бұрын
@@rebeloper Hey Thanks for that After Commenting I figured out that I could use KingfisherManager itself for downloading the image My use case was applying a blur radius after downloading and Kingfisher is very rich
@erboedinburgh20054 жыл бұрын
Why not use SwiftUI?
@rebeloper4 жыл бұрын
SwiftUI is in it's early stages so for a production app I still use UIKit, but if you want to learn more about SwiftUI take a look at this playlist: kzbin.info/www/bejne/sKbGqH-QpKimbtk