Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
230 views
in Technique[技术] by (71.8m points)

ios - Navigator and inspector behaviors on Xcode with BigSur

Example on Xcode with OSX10.15 of before: Tab1: Navigator opened and inspector closed Tab2: Navigator closed and inspector opened

But after upgrade to BigSur, navigator and inspector can't have different open/close status in different tabs, do everyone facing this problem?

question from:https://stackoverflow.com/questions/65940651/navigator-and-inspector-behaviors-on-xcode-with-bigsur

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

This observation is easy to confirm (though whether the change is due to Big Sur or to Xcode 12 is a bit unclear).

  • You can show the Project Navigator in one window tab and the Debug Navigator in another window tab, but you cannot show the Project Navigator in one window tab and no Navigator in another window tab.

  • Moreover (you didn't mention this), in the second window tab you cannot widen and narrow the Navigator pane. It shows at just one width and it either shows or it does not. (Xcode 12.4 may have fixed this part.)

An easy workaround is to use two windows on the same project (File > New > Window) rather than two window tabs within the same window (File > New > Window Tab).

But it might be worth filing a bug with Apple, as this is definitely a major change in behavior. It certainly feels buggy to me.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...