Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Table Of Content in document view for Xcode 6.2?

After updating Xcode to 6.2, the table of content in document viewer is missing for most of the UI classes references. Is any one else experiencing this issue? Is there any way to show the table of content in document viewer just like what it used to be?

enter image description here

like image 865
HioChao Avatar asked Mar 17 '15 23:03

HioChao


3 Answers

I had the same he same issue - table of contents pane was blank.

However, when I checked Preferences / Downloads, I saw that the Documentation objects iOS 8.2, OS X 10.10 and XCode 6.2 were all available but not yet downloaded, despite the fact that the "Check for and install updates automatically" was checked.

Once I had manually selected and finished downloaded iOS 8.2 documentation, the table of contents pane was appearing normally again.

like image 106
gpdawson Avatar answered Nov 14 '22 14:11

gpdawson


You could always install Dash. It's a third party tool that gives a great interface to searching locally downloaded documentation (including iOS docs). Assuming you've downloaded the 8.2 documentation already, it should automatically detect it on installation. It's free and I'd highly recommend it.

App Store Link

like image 29
Sandy Chapman Avatar answered Nov 14 '22 13:11

Sandy Chapman


There is a play button next to menu button to show up the main menu of all available documents.

enter image description here

This is a when I clicked to the button: enter image description here

To download documents in XCode: Goto 'Downloads' section in XCode Preference panel.

enter image description here

like image 1
Duyen-Hoa Avatar answered Nov 14 '22 14:11

Duyen-Hoa