Category: Swift

Introducing Apple's Swift for iOS

Swift was introduced on WWDC by Apple as a new programming language for iOS and OS X. So we all are soon to be Swift Programmers.

Sebastian Suchanowski

3 minute read

Swift was introduced on WWDC by Apple as a new programming language for iOS and OS X. Apple claims that it’s much faster than Objective-C and has better syntax but let’s get deeper into it and judge for ourselves. Official apple note: > Swift is an innovative new programming language for Cocoa and Cocoa Touch. Writing code is interactive and fun, the syntax is concise yet expressive, and apps run lightning-fast. Swift is ready for your next iOS and OS X project — or for addition…

Showing map preview with MKMapSnapshotter

Working with MapKit can be tricky but if you only need a preview of the map then MKMapSnapshotter comes with a helping hand.

Sebastian Suchanowski

4 minute read

Working with MapKit can be tricky but if you just need a preview of the map then MKMapSnapshotter comes with a helping hand.