There is a text field tf1 and there is a line of code
NSURLRequest *request=[NSURLRequest requestWithURL:NSURL URLWithString:@"qwe"] cashePolicy:NSURLRequestUseProtocolCashePolicy timeoutInterval:15.0]; How to make, instead of qwe there was what the user entered in tf1 ? Thank you in advance.