mobile | mac | business | development blog

What’s the epicenter of change at the Apple WWDC 2015 keynote?
As the Apple Worldwide Developers Conference (WWDC) 2015 is about to start in San Francisco, it's time for a recap on what we can expect from the keynote. But beware: this is my personal speculation. Apple will stream the WWDC 2015 keynote live on Monday 6/8/15 at...

DevCorner: .gitignore for Xcode 6 projects
Including a .gitignore file in your Xcode project helps to keep your git repository clean and your commits effective. Git is the default version control system, seamless integrated into Xcode since Xcode 4. So it is quite easy to develop your iOS projects under git...

DevCorner: iOS 8 ActionSheets in Swift to open web-URL, twitter or email
The current project: A complete rewrite of the good old CompareMe app in Apples new programming language Swift. So, there are some insights & code snippets of a Swift ActionSheet example I want to share with the interested iOS developer community. Today, let's create...