8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AppCodeのlogvを少しいじる

Posted at

AppCodeのLive Templatesにはデフォルトでlogvというテンプレートが付いている。
これは変数をNSLogで出力する時に便利なものだ。

けどこのlogv、文字列を挿入する場合はダブルクオートがエスケープされない。
その為、後からエスケープをする必要がある。
preview.gif

そこでlogvの変数編集画面で、EXPR_COPYのExpressionをEXPRからescapeString(EXPR)に書き換える。
4817d0a6771e7b754f40455701688bc0.png

これで自動でエスケープされるようになる。
fixed.gif

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?