LoginSignup
15

More than 5 years have passed since last update.

posted at

updated at

Playgroundで println() の出力を確認する方法

普通に Playgroundを開いても、変数の中身しか画面に表示されない。

そこで、xcodeのメニューで、[View]-[Assistant Editor]-[Show Assistant Editor]を選択する。

すると Console Output の画面が表示され、println()の結果を確認することができる。

println.png

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
What you can do with signing up
15