AppDetailController Summary and Flow Chart
AppStore JSON APIs
In this quick lesson, I would like to go over a flow chart for the data that is being rendered out in our AppDetailController. Hopefully this diagram is helpful for gaining a better understanding of how each component is tied together. Enjoy.

Comments (6)
richardbranson
4 years ago
Hey Brian, Just a side question: How can we perform image loading and caching without using SDWebImage?
Brian Voong
4 years ago
sirybob
4 years ago
Hey Brian, What tool did you use to make this Flow chart pls?
Brian Voong
4 years ago
compuuterjuice
4 years ago
You can make flow charts pretty easily with draw.io
Yoel Lev
4 years ago
Love flow charts, makes everything simpler, Thanks
dneckles
4 years ago
I think flowcharts will be key to my progress.. for a complex project i can forget the pieces easily..
dneckles
4 years ago
really appreciate you sharing this aspect..
Eduard Hilgenberg
3 years ago
Hey Brian, I watched a lot of your videos and trying to do my own project now. What I noticed from your procedure you use UICollectionView for everything. I understood when you used it for search and todaylist. But why did you use it for the AppDetailController? Why didn't you just create a UIViewController and subclassed a UIView to create the AppDetailController? Did I miss something? What's the best practice? Another question that I'm asking myself after I compared the different sections of this project, you use slightly different methods to pass information from the Controller to the view. Is there a certain reason why you use different techniques in a​ certain section? Or is it so you just show that there are different methods to do it?
Brian Voong
3 years ago
Eduard Hilgenberg
3 years ago
Hey Brian, thank you for your quick reply. Regarding 2. do you have a list or video where you list the most common techniques and explain pros and cons? Or any other good source?
dclawson
3 years ago
Awesome. Thanks, Brian. The graphic is awesome, and it speaks to the quality of your content that I wasn't really surprised at the layout because it was already pretty clear.
HELP & SUPPORT