prodz18 / TiDynamicGrid

An Alloy Widget for creating a dynamic grid layout (like Pinterest) in iOS and Android.
75 stars 13 forks source link

FEATURE: Add loading indicator option #3

Open foolprooflabs opened 10 years ago

foolprooflabs commented 10 years ago

I'm currently loading data from a server where a lot of data is returned and it takes a few seconds before it has finished generating all of the views. None of the views can be clicked until all of them have been created so it would be nice to have a boolean option to show a loading indicator until everything has been rendered.

prodz18 commented 10 years ago

Yes. That could be awesome. I'll work on it and include it in the next update.