Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make iOS simulator always stay on top in macOS

I'm using macOS Catalina and VS Code 1.41.1, how to make the iOS simulator always stay on top of other windows?

like image 982
bpetrolini Avatar asked Dec 31 '19 00:12

bpetrolini


2 Answers

enter image description here

If you're using Xcode v12.0.0 or higher, you can use Stay On Top option from Window tab.

like image 140
CopsOnRoad Avatar answered Sep 20 '22 21:09

CopsOnRoad


A plugin exists for this.

Start by installing mySIMBL: https://github.com/w0lfschild/mySIMBL

Next, download this entire repo: https://github.com/rwu823/afloat

Extract the zip file and open the folder in Finder. Navigate to the “bundle” folder. You should see two files: “Afloat.bundle” and “SIMBL-0.9.9.pkg.”

With the mySIMBL application still running, drag and drop the “Afloat.bundle” file to the mySIMBL app window. Ensure that Afloat appears in the mySIMBL Plugins window and that there is a green dot next to it.

Restart your Mac. Afloat should be working now.

To make your app window “Always on Top,” click on the “Window” option in the menu and select “Keep Afloat.”

like image 45
iJamesPHP2 Avatar answered Sep 20 '22 21:09

iJamesPHP2