teo
teo

Reputation: 269

UITableViewCell with Lazy XML Parsing

I've used apple's Lazy TableImages example for loading images in the backgournd and it works fine.

My question is if this same technique can be used to parse xml responses after issuing url requests for each cell?

I've tried this based on the Lazy table image loading, it works, but it freezes unitl all the visible cells have parsed their appropriate xml. I haven't tried to create a seperate thread to process each xml for parsing, but i don't know if this is the right way.

Teo.

Upvotes: 1

Views: 224

Answers (1)

MobileApp Developer
MobileApp Developer

Reputation: 382

Please look into this

Hope it works.

Upvotes: 1

Related Questions