Home

How To Use UITapGestureRecognizer In Swift 2, iOS 9 Application

Posted on 21 Oct 2015
UITapGestureRecognizer In Swift 2


Sample project demonstrate how to use UIGestureRecognizer within Swift 2, Xcode 7, iOS 9 application. i.e. How to create tap gesture recognizer runtime, configure it with target, and increase counter value when user tap on the screen.

Technology used
– UITapGestureRecognizer
– How to create tap gesture recognizer.
– Add target to tap gesture recognizer.
– Add TapGestureRecognizer within view.
– Perform action when user tap on the screen.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

How To Use Vertical UIStackView In Swift 2, iOS 9 Application

Posted on 20 Oct 2015
UIStackView - Vertical


Sample project demonstrate how to use UIStackView (in vertical mode) within Swift 2, Xcode 7, iOS 9 application. This example also shows how to create UIImageView runtime and add to UIStackView.

Technology used
– UIStackView (vertical mode).
– UIImageView, UIImage, UIBarButtonItem.
– Using UIStackView in vertical mode.
– Create UIImageView runtime and add to UIStackView.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

How To Use Horizontal UIStackView In Swift 2, iOS 9 Application

Posted on 19 Oct 2015
UIStackView - Horizontal


Sample project demonstrate how to use UIStackView (in horizontal mode) within Swift 2, Xcode 7, iOS 9 application. This example also shows how to create UIImageView runtime and add to UIStackView.

Technology used
– UIStackView (horizontal mode).
– UIImageView, UIImage, UIBarButtonItem.
– Using UIStackView in horizontal mode.
– Create UIImageView runtime and add to UIStackView.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

How To Use UISearchBar In Swift 2, iOS 9 Application

Posted on 18 Oct 2015


Sample project demonstrate how to use UISearchBar within iOS 9 application to perform keyword search from Dataset and Fill up UITableView accordingly. It is using UISearchBarDelegate to perfom search operation while user typing the keyword.

Technology used
– UISearchBar, UISearchBarDelegate.
– UITableView, UITableViewDataSource, UITableViewDelegate.
– Fill up data within UITableView.
– Perform search and show search result within 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 UIToolbar In Swift 2, iOS 9 Application

Posted on 17 Oct 2015
UIToolbar


Swift 2 based sample project demonstrate how to use UIToolbar within iOS9 application. UIToolbar can be used for placing UIBarButtonItem on it. This project also demonstrate how to show hide toolbar using simple UIView Animation technique.

Technology used
– UIToolbar.
– UIBarButtonItem.
– UIView Animation.
– Placing action on UIBarButtonItem.
– Show/Hide UIToolBar using UIView animation.
– 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
Using MKMapView in Swift, MapKit Using MKMapView in Swift, iOS Application - 02 Nov 2015
Go to Top