-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
When parsing content of URL with URLParser, delegate won't notified when parsing wiil done.
This may cause crashes.
This issue can't be solved with this modifications:
1.Implement "-(void)parsingFinished" method of delegate class.
2.Add call to this method in "-(void)finishParsing" method of ElementParser class.
-(void)finishParsing
{
[delegate parsingFinished]; //my code
[self parseMoreWithPartial: NO];
[self closeAllTags];
}
Best wishes, Nikita Ivanyushchenko.
Metadata
Metadata
Assignees
Labels
No labels