Kacper Cz
Kacper Cz

Reputation: 586

Viewing an array and tuple in Xcode 6.3 Playground

Prior to Xcode 6.3 when I clicked the Quick Look icon on the left in Playground file, it showed the array along with item indexes. Now it shows only "X elements" text and nothing else. Same thing happened with tuples. It's quite annoying since not always all elements fit in the sidebar. How to fix this?

Upvotes: 1

Views: 168

Answers (1)

user1504984
user1504984

Reputation:

This seems to be happening with Xcode Version 6.3.2 (6D2105). Occasionally I even get a blank Quicklook pane, so it seems there may be a bug with the Quicklook feature. I have submitted a bug report to Apple (21135520)

Upvotes: 0

Related Questions