Adding links in timeline view in a swift playground

176 Views Asked by At

I've made a sample swift playground. enter image description here I've added few playground pages and tried to give link using markups as given in docs but timeline view does not show any markups/Links.

How do I add links here and is there a way to navigate to next playground page on pressing a button event?

2

There are 2 best solutions below

4
Prashant Abdare On

Swift Playground is created for getting familiar with the swift language. It is more language specific rather than Xcode oriented.

To navigate from one page to another you should instead start a new project and try to use segues for the purpose. Hope this link will help you.

1
Divye Shah On

Found it! I clicked on Editor -> Show rendered markup, now only if there were a way to navigate on clicking a button?