値を変数に置き換えるにはどうすればよいですか。
NSURLRequest *request = [NSURLRequest requestWithURL: [NSURL
URLWithString:@"https://maps.googleapis.com/maps/api/place/search/json?location=-33.8670522,151.1957362&radius=500&types=food"]];
交換したい
1) -33.867
2) 151
3) 500
4) food
URLWithString の変数を使用します。前もって感謝します。