Solution: Option + Click in XCode (Windows Keyboard)

Hi, in case anyone is doing iOS App Development using a Windows keyboard if you need to do option + click …a Google search will say to use the ‘alt’ key instead of option. When that didn’t work for me I spent a ton of time messing around and if you try the 2nd alt key (the one on the right) instead of the one on the left - that just might work for you like it did for me!

In my case I am using option + click (alt + click) on a TableViewCell custom class to get it to open on the right of the TableView UI in xcode so I can set up my outlet properly in the custom class. Alt key on the right for the win!

Hope that helps somebody

Welcome to the community! Thanks for posting this!

That’s an interesting caveat

1 Like

thanks!