Source Freeze

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

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 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

How to convert array to space separated strings in javascript

August 13, 2022 by Source Freeze Leave a Comment

To convert array to space separated strings in javascript we can use the join() method of an array, by passing the string with space as a parameter. the Array.join() method returned the strings with spaces as an output. ☞ Check out The Complete JavaScript Course 2023: From Zero to Expert! (Buy now, the offer ends in a few … [Continue reading...]

Filed Under: javascript Tagged With: javascript

How to convert array to comma separated strings in javascript

August 11, 2022 by Source Freeze Leave a Comment

To Convert array to comma separated strings in Javascript first need to pass the array to the String object like String(arr), then the String(arr) will return the comma separated strings as an output. ☞ Check out The Complete JavaScript Course 2023: From Zero to Expert! (Buy now, the offer ends in a few hours) Please refer to the … [Continue reading...]

Filed Under: javascript Tagged With: javascript

How to insert a line break into a Text component in React Native?

July 16, 2022 by Source Freeze Leave a Comment

How to insert a line break into a Text component in React Native? To insert a line break into a text component in react native we can add the {'\n'} character string or add the next line in the string literal. we will see some example code for the above two cases and if you are calling the data via API you can add the string replace function … [Continue reading...]

Filed Under: react-native

Best Mobile UI Frameworks using HTML5, CSS and JS

July 8, 2022 by Source Freeze Leave a Comment

We can divide the mobile application development into native, hybrid, and web. Hybrid and Web developers are only familiar with HTML5, CSS, and JS. After the PhoneGap/Cordova native API access web developers can able develop their own mobile applications with the support of modern mobile web UI frameworks. There are many mobile web UI frameworks … [Continue reading...]

Filed Under: cordova, cross-platform, Hybrid, Ionic 2, ionic framework, Mobile App Development, phonegap Tagged With: mobile application development

« Previous Page
Next Page »

Recent Posts

  • Parse Float with 2 decimals in javascript
  • Best Next JS courses to learn Next JS in 2023
  • How to redirect to another page in next js
  • How to get the query parameters from URL in Next JS?
  • iOS DatePicker tutorial (UIDatePicker) using Swift
  • UIAlertController iOS 8 using Swift

Recent Posts

  • Parse Float with 2 decimals in javascript
  • Best Next JS courses to learn Next JS in 2023
  • How to redirect to another page in next js
  • How to get the query parameters from URL in Next JS?
  • iOS DatePicker tutorial (UIDatePicker) using Swift
  • UIAlertController iOS 8 using Swift

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 nextjs objective-c swift uiwebview Visual Studio plugin

Copyright © 2023 Source Freeze