How to switch a view after i parse data?
- by charles Graffeo
OK my problem is this, i parse a document and after the document is parsed then i want to load to the next view sounds simple but ive been here for like 4 hours playing with code and id appreciete any help u can give me atm.
k heres my parserDidEndDocumentCode
- (void)parserDidEndDocument:(NSXMLParser *)parser{
IpadSlideShowViewController…