— Coding —
iOS: Creating a File to Hold Constants
It’s a good habit to keep your number and string constants in a file, instead of hardcoding them into your code. This minimises many inconveniences when you need to make changes to your code, since you only have to access that file to change those values. So how do you do that in Xcode 6… Read More iOS: Creating a File to Hold Constants