betzerra / MosaicUI

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

Remote URL in Json? #4

Closed steve21124 closed 11 years ago

steve21124 commented 11 years ago

Do you plan to use AFNetworking to integrate remote URL to json?

betzerra commented 11 years ago

Actually, I haven't thought about it.

I would say no, or at least "no for the master branch" because I want to keep the repo as clean and "minimalistic" as possible. Adding a thirdparty framework won't help, and not every developer will create their MosaicData objects through a parsed JSON.

alexsaidani commented 10 years ago

Did anyone write some code for allowing you to use remote JSON as the source for the mosaicview?