GRZEGORZ DZIEMBOWSKI

Results 1 issues of GRZEGORZ DZIEMBOWSKI

Hi I'm trying to parse some HTML document to get two texts from tags: "Some text to display.image_name_to_display.jpg" so I use this code : HTMLDocument *document = [HTMLDocument documentWithString:self.content]; //content...