|
|
|
|
|
by imcqueen
5659 days ago
|
|
Good post. I think the same holds true for the NSXMLParser delegate (and probably many others, I'm still new to iOS). The "foundCharacters" method is sometimes called multiple times before reaching the end of an element so it's best to assume you're receiving only part of the data. |
|