nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
12k stars 2.58k forks source link

Load Carousel From Online XML But Carousel Won't Add Items #847

Open spiderguy84 opened 6 years ago

spiderguy84 commented 6 years ago

My app uses an XML located online to display magazine articles. When I load the view, I have it parse the XML, and add the items to the NSMutableArray. However, it seems the Carousel is trying to load the array before it has a chance for this to happen. Is there a way to refresh the carousel's view and have it try to create the items AFTER the XML has finished being parsed?