Home  »  iOS
Tagged   iOS

How To Use UIActivityIndicatorView In Swift 2, iOS 9 Application

Posted on 01 Oct 2015
UIActivityIndicatorView


Sample project demonstrate how to use UIActivityIndicatorView within iOS application (Swift 2, Xcode 7, iOS 9). i.e. How to Start, Stop and Hide it programmatically.

Technology used
– UIActivityIndicatorView.
– How to start/stop/hide activity indicator programmatically.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Build using Swift 2, Xcode 7, iOS 9.

Read more  

How To Use UISwitch In Swift 2, iOS 9 Application

Posted on 30 Sep 2015
UISwitch


Sample project demonstrate UISwitch usage within iOS application (Swift 2,Xcode 7). i.e. How to set UITextLabel properties based on UISwitch toggle action.

Technology used
– UISwitch
– UITextLabel
– Set UITextLabel properties based on UISwitch action.
– i.e. change UITextLabel font Size and Colour etc.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

How To Use UISlider In Swift 2, iOS 9 Application

Posted on 29 Sep 2015
UISlider


Sample project demonstrate how to use UISlider within Swift 2, Xcode 7, iOS 9 application. It shows how to read slider value and use it for change font size etc.

Technology used
– UISlider.
– Read value when slider move.
– Set slider value to UILabel.
– Change font size based on slider value.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

How To Use UITextView In Swift 2, iOS 9 Application

Posted on 28 Sep 2015
UITextView

Sample project demonstrate how to use UITextView (within Swift 2, Xcode 7, iOS 9) that support multi line text input (i.e newline character). This demo also shows how to close iOS keyboard using UIButton Action (Note: iOS keyboard Return key does not close the keyboard for UITextView because return key will add newline “\n” character within text content). Newline character support must for UITextView due to it’s usage for long paragraph text, so we must close keyboard by other appropriate way.

Technology used
– Using UITextView
– How to close keyboard using UIButton Action.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

How To Use UITextField In Swift 2, iOS 9 Application

Posted on 27 Sep 2015
UITextField


Sample project demonstrate how to use UITextField (for Swift 2, Xcode 7, iOS 9) with delegate, close keyboard when clicked anywhere on the screen, move editing from one UITextField to next UITextField when Next button clicked within iOS keyboard.

Technology used
– UITextField and UITextFieldDelegate.
– Close keyboard when clicked outside textfield.
– Move editing mode from one UITextField to other.
– 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