Source Freeze

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

Parse Float with 2 decimals in javascript

January 12, 2023 by Source Freeze Leave a Comment

In this tutorial, we will more about how to parse the float with 2 decimals in JavaScript. Parse Float with 2 Decimals in JavaScript To parse float with 2 decimal places: let us see parse float with 2 decimals by example. First, assign a value that holds the floating point number which we want to parse. Then use … [Continue reading...]

Filed Under: javascript Tagged With: javascript

Best Next JS courses to learn Next JS in 2023

January 9, 2023 by Source Freeze Leave a Comment

There are many great courses available for learning Next.js, here in the Best Next JS courses we will recommend a few courses that are particularly well suited for beginners and intermediate & advanced learners who are looking to learn Next.js. We will see a list of tutorials from udemy, educative.io, Pluralsight, etc. Also, we will keep and … [Continue reading...]

Filed Under: ios-tutorial

How to redirect to another page in next js

January 8, 2023 by Source Freeze Leave a Comment

In this tutorial, we will see how to redirect to another page in next js, there are three ways to redirect one page to another page in nextjs. Let's see each option in a detailed way. Using Link Component in Next.JS Using Link component in nextjs it is like a href tag you can just use the href attribute and mention the redirect URL, … [Continue reading...]

Filed Under: javascript, NextJS Tagged With: javascript, nextjs

How to get the query parameters from URL in Next JS?

January 5, 2023 by Source Freeze Leave a Comment

In nextjs we can easily get the query params with the use of useRouter() that we can import from 'next/router' then assign userRouter() to the router variable after that using router.query we can get the exact query string values. if you are passing multiple queries also we can get the values from router.query. ☞ Check out Next.js & … [Continue reading...]

Filed Under: javascript, NextJS Tagged With: javascript, nextjs

iOS DatePicker tutorial (UIDatePicker) using Swift

January 4, 2023 by Source Freeze 4 Comments

iOS DatePicker control introduction In the Previous tutorial, we created UISegmentedControl example, now this project going to implement how to create an "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 documentation here, a … [Continue reading...]

Filed Under: ios-tutorial, swift, uidatepicker

UIAlertController iOS 8 using Swift

January 4, 2023 by Source Freeze 11 Comments

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

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

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 1 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 4 Comments

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

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

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