Source Freeze

  • Home
  • iOS
  • Swift
  • Cross-Platform
  • About
  • Contact

UIAlertController iOS 8 using Swift

January 4, 2023 by Source Freeze Leave a Comment

UIAlertController was introduced with iOS 8 with the replacement of UIAlertView and UIActionSheet, yes these two methods are deprecated in iOS 8 UIAlertController object is 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 … [Continue reading...]

Filed Under: ios-tutorial, swift, UIAlertController

React Native : What makes it so successful?

January 4, 2023 by Source Freeze Leave a Comment

What is React native? React Native is used to create native apps with JavaScript, whereas your application is fully native but user interface design and logic was written in JavaScript using React.js and it is a open-source framework like phonegap. In the PhoneGap and Apache Cordova used DOM for rendering, it is the main reason … [Continue reading...]

Filed Under: Mobile App Development

UISlider example (iOS Slider) using swift

January 4, 2023 by Source Freeze Leave a Comment

An iOS UISlider object is used to select a single value from a continuous range of sliders, the slider is always displayed as horizontal bars and it has a thumb that 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 … [Continue reading...]

Filed Under: ios-tutorial, swift, uislider

UITextField and UITextField Delegate in swift

January 4, 2023 by Source Freeze Leave a Comment

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

Filed Under: ios-tutorial, swift, uitextfield

UISwitch Tutorial using swift in iOS

December 28, 2022 by Source Freeze Leave a Comment

UISwitch Tutorial introduction The iOS switch control is like a real time electronic switch . UISwitch class is used  to create and manage on/off state of the buttons that will work like a switch, this UISwitch on/off state is represented by boolean object, you can see the example of uiswitch in ios settings apps like  Auto-Capitalization, and … [Continue reading...]

Filed Under: ios-tutorial, swift, UISwitch

UISegmentedControl example using swift in ios

December 28, 2022 by Source Freeze Leave a Comment

UISegmentedControl example  introduction In the previous  tutorial we have learned 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 choose … [Continue reading...]

Filed Under: ios-tutorial, swift

UIWebView example (iOS webview) using objective c

December 28, 2022 by Source Freeze Leave a Comment

Some applications need to display online web content, for iOS development that needs "UIWebView" to display online sites as well as  local html files or even displaying a PDF documents we will use UIWebview. In this tutorial we will see how to create "uiwebview example" using objective-c. Open XCode, create a single view application using … [Continue reading...]

Filed Under: ios-tutorial Tagged With: objective-c

Hide Keyboard in React Native

December 20, 2022 by Source Freeze Leave a Comment

Showing or Hide keyboard in react native is essential especially if you are working on the text input control, some times we are facing issues while dismissing or hiding the keyboard in react native this tutorial will explain how to dismiss the keyboard in react native, also will into how to hide or dismiss the keyboard button press or outside … [Continue reading...]

Filed Under: ios-tutorial

Get a filename from URL in JavaScript

October 7, 2022 by Source Freeze Leave a Comment

here in this tutorial, we can see how to get a filename from the URL in javascript. How to Get a filename from URL in JavaScript to get a filename from URL in javascript call the following method URL substring then the URL of the last index of / plus 1 we will get the exact filename. Usually, the file name will be in the last part of … [Continue reading...]

Filed Under: ios-tutorial

iOS UIPickerView Example using Swift

August 19, 2022 by Source Freeze Leave a Comment

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 Leave a Comment

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 Leave a Comment

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

« Previous Page
Next Page »

Recent Posts

  • How to Generate random numbers in JavaScript
  • How to Scroll to an Element in a React Component?
  • How to get a Date without the Time in JavaScript
  • How to modify url without reloading the page using javascript
  • How to disable server side rendering in nextjs
  • How to get a file type from URL in JavaScript

Recent Posts

  • How to Generate random numbers in JavaScript
  • How to Scroll to an Element in a React Component?
  • How to get a Date without the Time in JavaScript
  • How to modify url without reloading the page using javascript
  • How to disable server side rendering in nextjs
  • How to get a file type from URL in JavaScript

Recent Comments

    Tags

    beginner colon cross-platform es6 function html ionic iOS javascript mobile application development nextjs objective-c swift switch ternary typescript uiwebview Visual Studio plugin web developer

    Copyright © 2025 Source Freeze