Get to grips with ReactiveCocoa in this 2-part tutorial series. Put the paradigms to one-side, and understand the practical value with work-through examples
hello,iโm from china,so my english is pool.
i want to say,when you use โtakeUntil:โ method ,the image download is broken,when the cell is reuse,download started again.how can i do better for this? thank you
If you found Image not loading.
NSData *data = [NSData dataWithContentsOfURL:[NSURL URLWithString:imageUrl]];
UIImage *image = [UIImage imageWithData:data];
data returns nil. It is likely because of NSAppTransportSecurity in iOS. Disable that by editing your info.plist file.
NSAppTransportSecurity
Also, if image not showing up. Check the size(width) of that image in storyboard. It is set to 0 in landscape iPad orientation. Understandable this tutorial is not focus on Autolayout or anything UI related.
This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]