betzerra / MosaicUI

A tiled UI for iOS and iPhone
Other
626 stars 102 forks source link

Remote Data Source #14

Open alexsaidani opened 10 years ago

alexsaidani commented 10 years ago

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.

lizhuang commented 10 years ago

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

alexsaidani commented 10 years ago

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

MrRochito commented 9 years ago

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