Passing Data Into Cells
AppStore JSON APIs
With our data now being fetched from the iTunes RSS Generator, we can fill out our app group cells with the proper app icons and names. To do this, we'll redirect our AppGroup object into our AppsHorizontalController and then call reloadData. Enjoy.

Comments (2)
tsangaris
4 years ago
Hey Brian, For some reason when I load the application it takes some seconds to show the "New games we love" icons. I understand that this varies from internet connection to internet connection, but is there a way to smoothly show the icons after they are downloaded? In the actual App Store, the animation saves the day. PS: i am using the SDWebImage as well. Thanks!!
ZiadHamdieh
4 years ago
I would also like to know this Brian!
Ivica Petrsoric
4 years ago
use completion callback of SDWebImage, after that update UI.
MaxApp
4 years ago
Hey Brian, why did you not have the AppGroup as an array and then access it with the index path? Is that just another method?
MaxApp
4 years ago
var editorsChoiceGames: AppGroup?
MaxApp
4 years ago
nevermind boss!
HELP & SUPPORT