Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: ThatGuy2026 on May 22nd, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {
  2. count++;
  3. NSString*userId = [ NameField text];
  4. NSString* password = [ PasswordField text];
  5. [Self build Data: userId and:password];
  6. [self sendData];
  7. bool response  = [self decodeResponse];
  8. } while (!responce && count <3);