dchohfi / KeyValueObjectMapping

Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
http://dchohfi.com/
MIT License
602 stars 90 forks source link

Can I track the mapping progress? #52

Open Ricardo1980 opened 10 years ago

Ricardo1980 commented 10 years ago

Hello! Is there any way to track the progress? Because I have a few megabytes json file, so it's going to take time and I want do draw a progress bar. Thanks.

dchohfi commented 10 years ago

Hey @Ricardo1980, it's not possible now, but a pull request is welcome!

AdiletAbylov commented 9 years ago

just an idea: if you are parsing array, return count of parsed items and total count of array :).