MosaicUI icon indicating copy to clipboard operation
MosaicUI copied to clipboard

Remote Data Source

Open alexsaidani opened this issue 11 years ago • 3 comments

How would one go about fetching JSON for the mosaic view from a server? I've given it a good go using AFNetworking but nothing seems to work.

alexsaidani avatar Aug 08 '13 01:08 alexsaidani

Just can't reload. I have met the same problem.

lizhuang avatar Aug 09 '13 16:08 lizhuang

Have you got it working at all? It'd be great to see some code if you have?

alexsaidani avatar Aug 09 '13 17:08 alexsaidani

Yes is possible reload: mosaicView.datasource = self; mosaicView.delegate = self; [mosaicView refresh];

MrRochito avatar May 19 '15 18:05 MrRochito