Browsing Tag
XCode
41 posts
How to download and install XCode on Mac
XCode is the IDE for developers that allows you to create apps for iOS, macOS, watchOS, visionOS and…
June 11, 2024
How to use Font and text modifiers in SwiftUI
In this article we are going to see the font and text modifiers in SwiftUI and how to…
May 28, 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