UIwebview 如何改User-Agent,让ipad uiwebview模拟iphone
NSMutableURLRequest *urlRequest = [[NSMutableURLRequest alloc] initWithURL: [NSURL URLWithString: @"http://dailynews.yahoo.co.jp/smartphone"]];
[urlRequest setValue: @"iPhone" forHTTPHeaderField: @"User-Agent"];
[iTaxiUIView.citWebView loadRequest:urlRequest];