Guest User

Untitled

a guest
Jul 28th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Creating URLConnection with HTTPRequest two times in a row
  2. [self.navigationController popToRootViewControllerAnimated:NO];
  3. [self eraseCookiesOnTheServer];
  4.  
  5. [httpRequestWrapper getXMLDataWithURL:[NSString stringWithFormat:@"/list?xsl="] withUser:NULL andPassword: NULL];
  6.  
  7. [httpRequestWrapper getXMLDataWithURL:[NSString stringWithFormat:@"login"] withUser:NULL andPassword: NULL];
Add Comment
Please, Sign In to add comment