Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 swift playground - missing Timeline slider window

I can't see the timeline slider in my Xcode 7 playground. I created a new default "hello world" project, following the instruction in the "About Playgrounds" help topic, and neither the "Timeline slider" nor the "Time field" window appears at the bottom of the playground.

enter image description here

I've tried the various view options under the View menu and searched the help and www, no obvious answers.

like image 278
kjm Avatar asked Oct 03 '15 11:10

kjm


1 Answers

If you open the Project settings (right hand panel) you can see two options in the Playground Settings section (under the platform choice dropdown).

One is "Render documentation" which changes the format of the comments in the playground so it looks more like a book, or a web page with formatted code samples.

The second is "Show Timeline" which will put the slider back on the window.

enter image description here

like image 159
Abizern Avatar answered Nov 29 '22 20:11

Abizern