SwiftUI now support for Mesh Gradients.
SwiftUI
How to create Onboarding View with PageControl in SwiftUI?
SwiftUI came with very easy implementations in many type of areas in development. We can create onboarding view easily in few minutes far better than storyboard and UICollectionView.
So, I have created sample code for this.
Let’s Code!
How to pass Data between Views in SwiftUI using a property?
I will demonstrate today how to pass data between views in the SwiftUI by using property.
How to populate JSON response in SwiftUI List?
Today I will show you how to display the data from the JSON API response to list view of SwiftUI.
How to add SpriteKit Particles in SwiftUI?
SpriteKit gives inbuilt great animated particles, we can take advantage of it to create nice animated splash screen or scratch card win celebration screen!
How to create different type of picker in SwiftUI?
Picker is a control in SwiftUI which allows you to select a value from a list of possible options. There are many types of inbuilt pickers coming in SwiftUI and it’s really easy to implement.
How to create Navigation Bar in SwiftUI? Check here!
Let see how to create navigation bar in SwiftUI.
WidgetKit: How to add deep link on iOS Widget?
Widget in iOS is massive update by Apple. Today we will discuss about the deep link on widget.
As per apple suggestions small widget have single tap target, medium and large widget can have multiple tap targets. For Example, a widget with multiple photos can have different tap targets to perform action on the specific photo.
Apple suggested to avoid offering so many targets that people have trouble tapping the one they want.
Let see how we can add it by code…