XCode: Enter edit mode in numeric up/down box

1

I am using the attributes inspector in XCode (7.2) to change some values of a SpriteKit element. When I press TAB the numeric up/down box is highlighted (see image below), but when I start typing the new value, all that happens is that my mac makes a disgruntled noise. So the question is: How do I enter edit mode of this box without using the mouse. I have tried pressing Enter, but to no avail.

enter image description here

Klaus Byskov Pedersen

Posted 2015-12-17T20:40:39.080

Reputation: 183

From what I can tell (I may be wrong), this is only an Issue in the SpriteKit Scene Editor, Not anywhere else in IB/Storyboard. – Cai – 2015-12-27T16:21:50.217

Answers

0

This is simply an error of the SpriteKit and I do not believe that there is another way to do it without using the mouse because of this. However you can try holding down the mouse button to change it by larger increments or just double click it.

Brennan

Posted 2015-12-17T20:40:39.080

Reputation: 1