So I\'m developing my first iOS application and I need help..
Simple program for now, I have about 9 buttons and when I press the first button, or any button, I just wan
Less code is better code.
[NSThread sleepForTimeInterval:0.06];
Swift:
Thread.sleep(forTimeInterval: 0.06)