Skip to content

shankarmadeshvaran/iOS-Blog-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Developing Auto Resizing Cells based on content using UIStackView in UICollectionView

One of the latest framework that Apple has introduced in WWDC19 is SwiftUI and Combine.In this article, we are going to build a Movie Trailer App using SwiftUI concepts. I have also explained how to do Integration of UIKit Views into SwiftUI in detail.

One of the latest framework that Apple has introduced in WWDC19 is SwiftUI. In this article, you will learn how to integrate SwiftUI with UIKit and how to develop Xcode Previews for UIKit’s ViewController.

One of the latest framework that Apple has introduced in WWDC19 is SwiftUI and Combine.We are going to recreate Settings app in iPhone XR using SwiftUI concepts.By building Settings App, we are going to learn about: How to work with Forms, Sections, Stack, Group, Picker, Toggle, Navigation , UIActivityIndicator and Control and respond to the flow of data and changes within your app’s models (ObjectBinding) in SwiftUI.

We are going to learn about how to implement Drag & Drop in iOS application using Swift language. I’m going to show you how it works and how to develop a simple puzzle app in your application. In this tutorial, we are going to see: What is Drag & Drop? How to use Drag and Drop APIs to develop simple Puzzle Game.

Apple has introduced latest framework SwiftUI and Combine in WWDC19 . In this project, we are going to see how to do fetch JSON values from API and integrating of MapKit in SwiftUI. I have also load image from the remote URL.

One of the latest framework that Apple has introduced in WWDC19 is SwiftUI and Combine. If you missed it, SwiftUI is a new way for making you UI in a declarative way. Combine works along with SwiftUI and provides a declarative Swift API for processing values such as UI or Network events. In this project, we are going to load an image from remote URL and how to use them in SwiftUI.

One of the latest framework which Apple introduced in Swift and Xcode 11 is SwiftUI. During Apple’s 2019 WWDC event HomeKit ,macOS, and tvOS weren’t the only platforms that Apple touched, It also announced SwiftUI, a framework that complements its open source compiled programming language for iOS, macOS, watchOS, tvOS, Linux, and other platforms alongside a reimagined development experience in Xcode 11.

In this article, we are going to learn about swiftUI framework and how to use in project. This article will gives us a overview of how SwiftUI works in swift. We are going to implement a List,VStack,State and much more which helps user to learn about SwiftUI Topics.

From iOS 12, Apple has allowed the support to read One Time Code(OTP — One Time Password) which you will get in the iPhone device. iOS supports Password AutoFill on UITextField, UITextView, and any custom view that adopts the UITextInput protocol. I have implemented a sample project to demonstrate how to AutoFill One Time Security in iOS and how to do Auto Proceed after OTP is Filled.

Segues are used to define the flow of your app’s interface. A segue defines a transition between two view controllers in your app’s storyboard file.

Mobile apps and viewing content on the web are easy now a days. For years, iOS developers have been charged with either creating their own web viewing experience inside their app or handing off the URL to Safari. Both of these approaches bring disadvantages that were previously unavoidable. That’s all changed with iOS 9 and the introduction of the SFSafariViewController class. With it, you can now provide a full web viewing experience inside your app without having to spend important development time providing it.

To get an easy blue effect all we have to do is get an instance of UIBlurEffect and assign it to an instance of UIVisualEffectView as the effect. Then we just add the instance of UIVisualEffectView as a subview to our UIView or UIImageView.

In this article, you’ll learn how to use the UIAlertController class to display alert dialogs to the user of your iOS app. We’ll dive into setting up the alerts, responding to user actions, and getting input from the user with text fields.This article is specially written for beginner and also for the experienced iOS developers. Working with the UIAlertController is a fundamental topic for practical iOS developers.

Animation is a critical part of your iOS user interfaces. Animation draws the user’s attention toward things that change, and adds a ton of fun and polish to your apps UI. Adding animations to an app can be a great way to both delight users, and to draw their attention to certain information or actions, through motion.

More Updates

Follow me on Twitter or LinkedIn to get the latest update about features, code and more.Consider star the repo if you like it.Thanks.