Posts Tagged "iOS Development"

How to tag a release in Git

Posted on Sep 17, 2013

Like in Subversion, Git supports tags. Most developers use tags to “freeze” a bunch of files at a moment in time, much like a snapshot. Commonly this feature is used whenever a new release of your...

Learn More

How to add iOS 7 Icons in Xcode 4.6.3

Posted on Sep 15, 2013

Even though Xcode 5 GM Seed is already out, I’d still like to use Xcode 4.6.3 to submit updates of my “legacy” apps. Xcode 5 ruins certain aspects of my design, plus I’d like to keep...

Learn More

How to set the colour in a UINavigationBar

Posted on Sep 14, 2013

Since Xcode 5 and iOS 7 the default appearance of a UINavigationBar is black translucent. This even affects the same app running in iOS 6. Black opaque is deprecated and can no longer be set in Interface...

Learn More