2012-06-27から1日間の記事一覧

UIWebView で、User-Agent を変える

UIWebView で、User-Agent を変えるには、UIWebView alloc 実行前に、 以下のように実行する。 NSDictionary *dictionary = [ [ NSDictionary alloc ] initWithObjectsAndKeys:@"xxxxxxx", @"UserAgent", nil ]; [ [ NSUserDefaults standardUserDefaults ] …