Facebook, Twitter & Co. change their brandings every now and again, and every time I need them for a project I keep scrambling to find the official links. Well no more – here’s a list of them...
Learn MoreXcode includes something rather magical called the Apple Generic Versioning Tool. With this tool you can increase your Build Number automatically every time you hit “Build and Run” in Xcode....
Learn MoreThe required Version and Build numbers you add to Xcode make it into your app’s Main Bundle. You can retrieve those values from the Main Bundle and use them in your app. Here’s how: -...
Learn MoreThe cancel button is always index 0, and all other buttons in the array start at index 1 counting up. For completion, here’s how to create it: - (IBAction)showAlert:(id)sender { // create an alert view...
Learn More