Home

Using MKMapView in Swift, iOS Application

Posted on 02 Nov 2015
Using MKMapView in Swift, MapKit


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.

Read more  

Using Grouped Table View In Swift 2, iOS 9 Application

Posted on 30 Oct 2015
Grouped Table View


Sample project demonstrate how to display Grouped list using UITableView within iOS 9 application (Swift 2, Xcode 7). i.e. first it will sort the product/item list array, group item based on section/category etc. and store into dictionary, then fill up data within UITableView accordingly.

Technology used
– UITableView.
– Sort product/items list array.
– Group item based on category/section.
– Fill up data within table view (UITableView).
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

Using Indexed Table View In Swift 2, iOS 9 Application

Posted on 29 Oct 2015
Indexed Table View In Swift


Sample project demonstrate how to display indexed list using UITableView within iOS 9 application (Swift 2, Xcode 7). i.e. first it will sort the product/item list array, group item based on section/category etc. and store into dictionary, then fill up data within UITableView accordingly.

Technology used
– UITableView.
– Sort product/items list array.
– Group item based on category/section.
– Fill up data within table view (UITableView).
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

How To Use UIPageControl In Swift 2, iOS 9 Application

Posted on 28 Oct 2015
UIPageControl In Swift


Sample project demonstrate how to use UIPageControl within Swift 2, Xcode 7, iOS 9 application. This example uses UISwipeGestureRecognizer for detecting swipe left or right. i.e. upon swipe gesture detected, it will change UIPageContol currentPage properties and set appropriate value for page number UILabel.

Technology used
– UILabel.
– UIPageControl.
– UISwipeGestureRecognizer.
– Added swipe gesture to page.
– Change UIPageControl currentPage upon swipe.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

How To Use UILongPressGestureRecognizer In Swift 2, iOS 9 Application

Posted on 27 Oct 2015
UILongPressGestureRecognizer In Swift


Sample project demonstrate how to detect long press gesture using UILongPressGestureRecognizer within iOS 9 application (Swift 2, Xcode 7). i.e. Creating long press gesture, perform certain action when it detected. In this example it will create circle having random colour at long press detected location on the screen.

Technology used
– UILongPressGestureRecognizer.
– Create long press gesture recognizer runtime.
– perform action when long press detected.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

PrashantKumar Mangukiya
Native iOS / Hybrid Mobile Application Developer
LinkedIn Profile   GitHub Profile   Twitter Profile

Browse by Category

Follow Me on Twitter

Other Post

OSM Satsang -- iOS, Swift based Audio Player App. iOS App Released – OSM Satsang (Download tracks and play offline) - 04 Jun 2016
Geo Target Note iOS App Released – Geo Target Note - 19 May 2016
Swift Core Image Filter - CIImage and CIFilter Swift Core Image Filter – CIImage and CIFilter - 24 Nov 2015
Swift Video Player using AVPlayerViewController - 10 Nov 2015
Swift Audio Player using AVFoundation Library Swift Audio Player using AVFoundation Library - 05 Nov 2015
UIScreenEdgePanGestureRecognizer In Swift How To Use UIScreenEdgePanGestureRecognizer In Swift 2, iOS 9 Application - 26 Oct 2015
Go to Top