Posts by shagrafnasheet
Author Biographical Info: Not available
In this SwiftUI tutorial, we will learn to merge SwiftUI elements into one. And we will learn the usage of the compositing group modifier. What this blog will cover: Custom alert .... Read More
In this Swift tutorial, we’ll see how we can enable an Arabic keyboard and display an Arabic keyboard for any particular text field. What this blog will cover: custom .... Read More
In this SwiftUI tutorial, we will learn to create something that we use a lot in our iOS applications. So we will create a numeric text field that only accepts numbers as input. &n.... Read More
If we want to scale any view in SwiftUI. There is a Scale effect modifier in SwiftUI that we use for scaling. It can be an imageView or textView, or any other UIView that can be s.... Read More
In this SwiftUI, we’ll learn how to customize our SF symbols in SwiftUI. What this Blog will cover: Resizing of SF Symbol Changing the Color of the symbol and providing it wi.... Read More
In this SwiftUI tutorial, we’ll learn how to use a ColorPicker. SwiftUI provides us with a great ColorPicker UI that is very easy to implement and lets users select any syste.... Read More
In this SwiftUI tutorial, we’ll learn to use List and Form of SwiftUI and what is the basic difference between these two. What this blog will cover: Syntax and use of list. S.... Read More
In this SwiftUI tutorial, We’ll learn how can we remove the padding in a list view of SwiftUI. Actually, there are several padding in a list view that can be modified. WeR.... Read More