views:

31

answers:

1

Hi everyone.

I'm using this JSON framework. It's working well but I would like to put a loading view on my main screen to show that the iphone is downloading datas. I have searched for some delegate methode like - jsonBeginParse and - jsonEndParse but unsuccessfully.

Have got an idea ?

Thanks a lot !

A: 

As the implementation files are available, you can implement that by yourself, either using a delegate, or simply by using the notification system.

Macmade