Browsing Tag
Swift Programming
8 posts
What is @Binding in SwiftUI
Binding is one of several property wrappers that SwiftUI presents to us to control the flow of data…
December 18, 2024
What is @State in SwiftUI
State management is a crucial aspect of app development that every developer must address. Let’s consider that we…
December 18, 2024
How to create a button with Label view in SwiftUI
Label in SwiftUI is a view that allows us to have an icon and a text in the…
December 17, 2024
What is the .minimumScaleFactor modifier for?
In SwiftUI you can use the .minimumScaleFactor modifier to automatically downscale text. For example: SwiftUI will automatically scale…
December 13, 2024
How to add vertical and horizontal ScrollView in SwiftUI
A scroll view is a scrollable component in SwiftUI. It is a container view that displays its content…
December 13, 2024
How to display numbers in list in Swift programming language
To display numbers in a list with Swift just use this code in ContentView.swift file This is the…
May 23, 2024
What is @main attribute
Xcode 12 shipped with Swift 5.3 which introduced theĀ @mainĀ attribute.The @main attribute means this structure contains the entry point…
April 4, 2024
What is SwiftUI?
SwiftUI is a new paradigm when it comes to app development at Apple. In 2014, after years of…
April 4, 2024