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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -