Skip to content

Instantly share code, notes, and snippets.

@satoshin2071
Created November 14, 2013 02:39
Show Gist options
  • Save satoshin2071/7460424 to your computer and use it in GitHub Desktop.
Save satoshin2071/7460424 to your computer and use it in GitHub Desktop.
[ObjC][plist][基本]plistから読み込んだ文字列を改行
//読み込んだ際に改行コードがエスケープされてしまうので、置換する
myTextField.text = [dbString stringByReplacingOccurrencesOfString: @"\\n" withString: @"\n"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment