問題: Json 応答から、代わりにUIAlertView
番組\n
が改行します。
Json レスポンス:
{"error":"Line 1.\\nLine 2."}
コード
[self setLastError:[dictJsonResult jsonObjectForKey:@"error"]];
UIAlertView *alert = [[[UIAlertView alloc] initWithTitle:@"Registration Failed"
message:[ParseHelper lastError] delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles:nil] autorelease];