Home  »  Swift Source  »  Using MKMapView in Swift, iOS Application

Using MKMapView in Swift, iOS Application

Posted on 02 Nov 2015

MKMapView in Swift 2, iOS 9

MKMapView based demo application build using Swift 2, Xcode 7, and iOS 9

Swift based demo that shows map functionality within iOS application. It uses MKMapView component to display map and MapKit for various map functionality. You can use this application as a base for any Map Based iOS project and expand it. It’s free for personal or commercial use.

It consist functionality below:
– Load map using MKMapView.
– Change map type using UISegmentedControl.
– Ask for location access permission upon.
– Access user location using CoreLocation.
– Zoon In/Out of map.

Technology used
– Map Component MKMapView.
– Map library MapKit.
– Change map type using UISegmentedControl.
– Access user location using CoreLocation.
– Simple and Clean interface.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Platform
– Swift 2
– Xcode 7
– iOS 9

Supported Device
iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, all iPad having iOS 9.

You can download source form GitHub profile.

Go to Top