42

There used to be a button called "stay in front" in older versions of ios simulater. I used this often, but in recent updates it seems to be removed. Is there a any way to activate this feature ?

https://imgur.com/a/sYXDM new window menu

old window menu old window menu

Kaan Erkol
  • 546
  • 5
  • 10

3 Answers3

46

The option "Stay In Front" for simulator staying on top of all windows is removed from Xcode9 update. Many developers will heartbreak with this including me, but we all know apple has no mercy on developers, and this is not the new thing, we all experience this kind of many things from years. Sorry mates its truth to digest.

BharathBob
  • 699
  • 5
  • 11
  • 1
    Did you file a bug report requesting this feature be brought back? Number of bug reports is an important factor in prioritization. So far I don't think anyone has bothered so it can't be that important. You can work around it with Command+Tab or arranging windows on-screen. – russbishop Nov 14 '17 at 07:03
  • 10
    @russbishop Any idea on why removing such a unobtrusive feature became a priority in the first place? – Jose Browne Dec 05 '17 at 05:55
  • @JoseBrowne from Xcode 9 it support multiple simulators at a time, so i believe the feature removed because of multiple simulators lie on the mac screen hiding the bottom windows, but as developers we need the feature on first priority – BharathBob Dec 05 '17 at 07:39
  • I will file a bug report to bring this feature back as it is quite useful in minimizing clickety clickety window management – jcpennypincher Dec 07 '17 at 23:42
  • 2
    @jcpennypincher please do it, i already filed one. Lets see atleast someone form apple would respond. All we have to do is, just wait! thanks. – BharathBob Dec 13 '17 at 09:53
  • 4
    It may be that because XCode 9 can support multiple simulators and devices at the same time, that they removed it because they would have to enable all simulators on top at once, or have a separate always on top for each simulator. Maybe this will be in XCode 13 or 15... :( – jcpennypincher Dec 22 '17 at 00:25
14

Made a report. Please support it, as we all need this functionality

Update 11.01.2018: Apple closed it as duplicate with no further info. Thank you, Apple.

Update 26.09.2020 They brought it back in Xcode Version 12.0.1 (12A7300)

Thank you, Apple!

Tim Friedland
  • 1,045
  • 11
  • 18
4

Update your Xcode to : v12.0.1


enter image description here

CopsOnRoad
  • 237,138
  • 77
  • 654
  • 440