Posts by shagrafnasheet

Author Biographical Info: Not available

Merge views in SwiftUI using compositingGroup modifier

By shagrafnasheet

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

How to display Arabic keyboard in Swift

By shagrafnasheet

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

Numeric Textfield in SwiftUI

By shagrafnasheet

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

How to scale a view up or down in SwiftUI

By shagrafnasheet

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

Customization of SF symbols in SwiftUI

By shagrafnasheet

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

ColorPicker in SwiftUI

By shagrafnasheet

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

List vs Form in SwiftUI

By shagrafnasheet

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

Remove list padding in SwiftUI

By shagrafnasheet

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

Related Posts