Source Freeze

  • Home
  • iOS
  • Swift
  • Cross-Platform
  • About
  • Contact
Home » ios-tutorial

iOS UIPickerView Example using Swift

August 19, 2022 by Source Freeze 18 Comments

UIPickerView Example Introduction In the Previous example we have learned about how to implement iOS DatePicker Example using swift. UIDatePicker is the Custom subclass of UIPickerView .In this tutorial we will see about how to implement UIPickerView Example using swift. UIPickerView object is used to show the one or more set of values … [Continue reading...]

Filed Under: ios-tutorial, swift, uipickerview

UITableView tutorial using Swift in iOS

August 19, 2022 by Source Freeze 3 Comments

In the previous example we have learned about how to create uitextfield and uitextfielddelegate, Now this tutorial we will teach about how to create iOS uitableview tutorial in swift. uitableview is one of the most used ios control. It is used to list the set of items in a single column and it is a subclass of uiscrollview so by default the … [Continue reading...]

Filed Under: ios-tutorial, swift, uitableview

UIActivityindicatorview example in ios using swift

August 19, 2022 by Source Freeze 2 Comments

In this example we will how to use UIActivityIndicatorView Example in swift, mostly we have used an activity indicator to show some operation status like webview start and stop. Related: Webview Example in swift  & MBProgressHUD Example UIActivityindicatorview is appears as spinning wheel either it's spinning or stopped state mostly an … [Continue reading...]

Filed Under: ios-tutorial, swift

UIStepper Example in Swift

August 15, 2022 by Source Freeze Leave a Comment

In my previous tutorial i have explained about how to create uitableview, in this tutorial we will learn about how to implement uistepper using swift in iOS. UIStepper control lets user adjust a value by increasing and decreasing it in small steps. It has two buttons with minus (-) and plus(+) symbol. The minus symbol button is used to decrement … [Continue reading...]

Filed Under: ios-tutorial, swift

MBProgressHUD example in Swift

August 15, 2022 by Source Freeze 2 Comments

In the previous example we have learned how to create UIActivityIndicator Example in swift, this tutorial we will learn about how to create MBProgressHUD Example in swift. What is MBProgressHUD? MBProgressHUD is an custom control that is used to displays a translucent HUD with a progress indicator with some optional labels while work is being done … [Continue reading...]

Filed Under: ios-tutorial, swift

UIWebView example using swift in ios

August 13, 2022 by Source Freeze 47 Comments

In the Previous ios webview example I have explained about creating ios webview using objective-c, but this tutorial we are going to learn about creating and implementing the uiwebview example using swift programming language. UIWebView object is used the load and display the web content into your application, safari browser is the primary example … [Continue reading...]

Filed Under: ios-tutorial, swift, uiwebview, WKWebView Tagged With: iOS, swift, uiwebview

Ionic 2 getting started

August 18, 2016 by Source Freeze Leave a Comment

Ionic framework has quickly emerged as one of the leading mobile app development framework using HTML5, CSS and JavaScript that UI and it is looks like native user interface components. It targets multiple platforms like Android, iOS and Windows Phone with single code base so web application developers can easily create their own mobile apps with … [Continue reading...]

Filed Under: ios-tutorial

UITextField and UITextField Delegate in swift

May 16, 2015 by Source Freeze 2 Comments

UITextField object is the one of the most commonly used UI Control in the iOS, it displays editable text and sends an action message to a target object, it usually gets a small amount of text from user and perform some immediate action such as search operation, based on that text. In this tutorial i'm going to explain about UITextField and … [Continue reading...]

Filed Under: ios-tutorial, swift, uitextfield

UISlider example (iOS Slider) using swift

May 8, 2015 by Source Freeze 3 Comments

An iOS UISlider object used to select single value from a continues range of sliders, slider are always displayed as horizontal bars and it has a thumb which is used to select the specific values in the slider. for more reference you go through the apple documentation for UISlider class. In this tutorial we are going to learn about how to … [Continue reading...]

Filed Under: ios-tutorial, swift, uislider

UIAlertController iOS 8 using Swift

April 25, 2015 by Source Freeze 11 Comments

UIAlertController introduced with iOS 8 with the replacement of UIAlertView and UIActionSheet, yes this two methods are deprecated in iOS 8 UIAlertController object used to display alerts and actions sheets to the user, Switching between an alert or action sheet is done by setting the preferred style when creating the controller. If you are a … [Continue reading...]

Filed Under: ios-tutorial, swift, UIAlertController

iOS DatePicker tutorial (UIDatePicker) using Swift

February 18, 2015 by Source Freeze 4 Comments

iOS DatePicker control introduction In the Previous tutorial we have created UISegmentedControl example, now in this project going to implement about how to create a "iOS DatePicker" example using swift. UIDatePicker object using to select the specific date and time. If you are a documentation lover, you can read the UIDatePicker apple … [Continue reading...]

Filed Under: ios-tutorial, swift, uidatepicker

UISegmentedControl example using swift in ios

February 5, 2015 by Source Freeze 4 Comments

UISegmentedControl example  introduction In the previous  tutorial  i have explained about working with UISwitch, in this "UISegmentedControl Example" tutorial  going to explain about creating UISegmentedControl. The iOS segmented control  is a UI component that is used to display, in a compact UI with serious of segment options for the user to … [Continue reading...]

Filed Under: ios-tutorial, swift

Next Page »

Recent Posts

  • iOS UIPickerView Example using Swift
  • UITableView tutorial using Swift in iOS
  • UIActivityindicatorview example in ios using swift
  • UIStepper Example in Swift
  • MBProgressHUD example in Swift
  • UIWebView example using swift in ios

TAGS

cross-platform ionic iOS javascript mobile application development objective-c swift uiwebview Visual Studio plugin

Categories

  • cordova
  • cross-platform
  • Hybrid
  • Ionic 2
  • ionic framework
  • ios-tutorial
  • javascript
  • Mobile App Development
  • phonegap
  • react-native
  • swift
  • UIAlertController
  • uidatepicker
  • uipickerview
  • uislider
  • UISwitch
  • uitableview
  • uitextfield
  • uiwebview
  • visual studio – plugin
  • WKWebView

Recent Posts

  • iOS UIPickerView Example using Swift
  • UITableView tutorial using Swift in iOS
  • UIActivityindicatorview example in ios using swift
  • UIStepper Example in Swift
  • MBProgressHUD example in Swift
  • UIWebView example using swift in ios

Recent Comments

  • zulfi on iOS UIPickerView Example using Swift
  • Muhsin on Cordova InAppBrowser Plugin Example using ionic framework
  • SourceFreeze on Cordova InAppBrowser Plugin Example using ionic framework
  • Muhsin on Cordova InAppBrowser Plugin Example using ionic framework
  • SourceFreeze on Cordova InAppBrowser Plugin Example using ionic framework
  • Muhsin on Cordova InAppBrowser Plugin Example using ionic framework

Tags

cross-platform ionic iOS javascript mobile application development objective-c swift uiwebview Visual Studio plugin

Copyright © 2022 Source Freeze