ios - Nesting UICollectionViews - how should I handle the data from core data? -


i need add scrolling in both directions uicollectionview - netflix app does. know can add uicollectionview in single-column uicollectionviewcell object, question best way pass data each section in nested uicollectionview?

depending on data structure, easiest way might use 2 separate nsfetchedresultscontrollers.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -