I have spend 500Rs for Udemy to learn combine framework. But I can’t understand it, it was a worse course and it as 48 sections but you made it 28:20 which is 30 min now I am really happy that I learned combine framework from you. Really this is a great tutorial and please do more. That’s man have a nice day..
@@BeyondOnesAndZeros Hey Bro I have doubt in Combine Framework is there is anyway I could tell this error personally? Twitter, discord, insta or any other medium. Please help this error makes me sick.
You're like the only TH-camr who covers such hard topics with simple words. I am surprised you only have 2.5k subscribers you should've at least 100k lol.
I have. watch tons of videos and tutorials trying to wrap my head around combine and it wasn't till yours and your teaching style that it finally clicked. Keep up the videos!
This is the second video I've watched from you, and I'm very thankful. It's not super accessible (it feels like it's intermediate+ level) which is just what the learning community needs. Really great work. Would love more on Combine, and the passing of data in an app. Thanks again 🙏
Thanks for this high quality tutorial. Looking forward more tutorials about CoreData and Combine such as how to elegantly fetching records from CoreData in ViewModels
Great tutorial! How to fetch updated JSON data from the server on click of a button Or when pull to refresh action is performed. In general, how to trigger fetching of the updated data from the server?
Great tutorial! How we can give URL parameters that will be dynamic with the user interaction? Init(with parameters) needs to set up parameters in View. I can't create a custom func and call it in .onApear() -> it makes the double call when navigated back to ListView()
Great tutorial! Thanks for posting. Is much appreciated! Are you planning to post any further tutorials on Combine - Advanced Topics? Would be awesome if you are : ) Cheers, LochNess
Hi, this video is really helpful for the beginners. You have explained everything really well. I have a question if you can help me finding the exact topic for that question or a video that might help me solving the problem. The question is, how can I subscribe to events?. I have a football scores application and what I want is to update my data on screen after every n seconds. Is there a way to do that simply by using combine? Right now i'm doing that with the help of a timer, which calls api after every 10 seconds and updates the UI.
Thanks for you awesome video, it's so well explained !! Just a quick question : what is the difference between Runloop.main & DispatchQueue.main with the receive(on : _) function. Thanks 🤟
It's best to do your date formatting in the view, not in the model. In SwiftUI if you do Text("\(date, formatter:dateFormatter))" then it'll even update the label on screen if the user changes their region settings.
Hi Dara, it is because we are interested in the publisher version of it, and Apple provides it out of the box so you do not have to implement the publisher yourself. The ".dataTask" gives us a completion handler where the ".dataTaskPublisher" gives us a publisher we can subscribe to. I hope this answers your question :)
I have spend 500Rs for Udemy to learn combine framework. But I can’t understand it, it was a worse course and it as 48 sections but you made it 28:20 which is 30 min now I am really happy that I learned combine framework from you. Really this is a great tutorial and please do more. That’s man have a nice day..
Wow, great to hear that 👍 thank you very much and I will definitely add more tutorials on combine in the near future.
@@BeyondOnesAndZeros Hey Bro I have doubt in Combine Framework is there is anyway I could tell this error personally? Twitter, discord, insta or any other medium. Please help this error makes me sick.
Feel free to contact me via dm in Twitter: @OnesBeyond. I will try to get back to you asap.
@@BeyondOnesAndZeros I have followed you but there is no option to DM you? @Vishwa_iOS_Dev is my ID
@Ridge Bronson You are right. Nobody gives a shit
You're like the only TH-camr who covers such hard topics with simple words. I am surprised you only have 2.5k subscribers you should've at least 100k lol.
Best Combine tutorial I've seen so far! 👌
Dude, I am so grateful to you that I solved a problem that I have been dealing with for months. You Deserved a lot sub Keep Going
Awesome, Eren! Glad it was useful! Appreciate the support :)
Agreed! You deserve a lot more subs ☝🏻🤜🏼🤛🏼
The Combine stuff when it is setup and working is almost magical in what it makes happen with little effort. Thanks for the nice demo.
I have. watch tons of videos and tutorials trying to wrap my head around combine and it wasn't till yours and your teaching style that it finally clicked. Keep up the videos!
This is the second video I've watched from you, and I'm very thankful. It's not super accessible (it feels like it's intermediate+ level) which is just what the learning community needs. Really great work. Would love more on Combine, and the passing of data in an app. Thanks again 🙏
The way you teaching are very good and precise. You deserve more subs !
Thanks Nizzam, appreciate your support!
Excellent explanation without wasting time, no other discussion, stick to the topic only …. Great
Perfect explanation! Understood everything that was always failing to understand. Please keep your content coming
best combine tutorial ever.
at least for me, a beginner
subscribed :)
you explained it elegantly and keep up the good work.
Thanks for this high quality tutorial. Looking forward more tutorials about CoreData and Combine such as how to elegantly fetching records from CoreData in ViewModels
You’re welcome! :) I will add this to my list, thank you for your suggestions!
Superbly explained thx!! 🤟
Very helpful. Great content !
Thanks Frédéric, good to hear that!
Great, fantastic, highly understandable. Please do more :)
You have a great talent of explaining. Keep doing that!
Thanks Piotr, appreciate your support!
Really amazing didactic abilities!!! Thanks a lot
Thanks for the helpful examples.
Thank you so so much. I also added receiveCompletion with finished and failure cases.
Thanks for the combine thing i was trying to find it from last 5 6 months....🙏🏻
You're welcome, Tushar! :) Good to see more developers getting started with combine.
Thank you! Amazing explanation with practice.
Great tutorial! How to fetch updated JSON data from the server on click of a button Or when pull to refresh action is performed. In general, how to trigger fetching of the updated data from the server?
Very good tutorial! Thanks.
Thanks gagnassss!
Liked and subscribed! 🤘
Great tutorial! How we can give URL parameters that will be dynamic with the user interaction? Init(with parameters) needs to set up parameters in View. I can't create a custom func and call it in .onApear() -> it makes the double call when navigated back to ListView()
Great tutorial! Thanks for posting. Is much appreciated!
Are you planning to post any further tutorials on Combine - Advanced Topics? Would be awesome if you are : )
Cheers,
LochNess
Thanks LochNess! And yes, there will be more tutorials on this topic :) Feel free to message me if there is a particular one you are interested in.
Great tutorial. Thank you.
Thanks, Yury! You're welcome.
Great video, thanks for sharing! 👍🏻
very simple loved it
Hi, this video is really helpful for the beginners. You have explained everything really well. I have a question if you can help me finding the exact topic for that question or a video that might help me solving the problem. The question is, how can I subscribe to events?. I have a football scores application and what I want is to update my data on screen after every n seconds. Is there a way to do that simply by using combine? Right now i'm doing that with the help of a timer, which calls api after every 10 seconds and updates the UI.
Excellent! Thank you very much
You’re welcome! :)
You could have said make sure to subscribe so you get the content that i Publish xD. Nice work.
Haha maybe on the next video ;) thanks :)
Thanks for you awesome video, it's so well explained !! Just a quick question : what is the difference between Runloop.main & DispatchQueue.main with the receive(on : _) function. Thanks 🤟
Awesome !!!!! Thank you so much.....
It's best to do your date formatting in the view, not in the model. In SwiftUI if you do Text("\(date, formatter:dateFormatter))" then it'll even update the label on screen if the user changes their region settings.
How do you create your powerpoints? I like the style. I would like to create similar powerpoints? Is there a template you use?
I’m using Keynote where I choose the basic template and customize it a bit :)
Great tutorial! Thanks!
Is there a reason why you are using URLSession.shared.dataTaskPublisher instead of URLSession.shared.dataTask in this case?
Hi Dara, it is because we are interested in the publisher version of it, and Apple provides it out of the box so you do not have to implement the publisher yourself. The ".dataTask" gives us a completion handler where the ".dataTaskPublisher" gives us a publisher we can subscribe to. I hope this answers your question :)
Thank you 🙏
Very good. Tnx!
You are rock!
Cheers for the tutorial, and making it using dark mode!
Thanks!
nice 😁
Great video, thanks for sharing! 👍🏻
Thanks, neimsaci!
Thank you very much...
You’re welcome :)
thank you.!!!