Переходы парения ссылки на документацию разработчика XCode к вершине

Мой худший до сих пор я просто выяснил сегодня... Если Вы переопределяете объект. Равняется (возразите obj), можно волновать обнаружение что:

((MyObject)obj).Equals(this);

не ведет себя то же как:

((MyObject)obj) == this;

Каждый вызовет Вашу переопределенную функцию, другой НЕ будет.

13
задан Mogsdad 27 January 2018 в 15:59
поделиться

2 ответа

Thanks for the replies everyone!

Meanwhile, I have just stumbled upon a workaround.

To preface, I have to clarify/correct two things for my particular case:

  1. The problem only occurs when hovering over the links in the Tasks section.
  2. The jump doesn't necessarily go to the top-of-page. Rather, it goes to wherever the original landing spot was when you opened the doc. (In URL parlance this is the fragment, e.g. #//apple_ref...).

On to the workaround:

In the Xcode doc viewer (and even in Safari), there should be a "Jump To..." drop-down in the "developer-documentation" window located to the right (and as a peer) of the "table of contents" expander when this problem occurs. You only need click on it once, dismiss it, and then the jumping problem goes away!

15
ответ дан 2 December 2019 в 00:18
поделиться

Я столкнулся с этим (только при просмотре документов в Safari, а не в самой программе просмотра документов), и я считаю, что это известная ошибка, исправленная в Xcode 3.2 (для Snow Leopard).

0
ответ дан 2 December 2019 в 00:18
поделиться
Другие вопросы по тегам:

Похожие вопросы: