Browsing Category
Xcode
309 posts
Only good girls keep diaries. Bad girls don’t have time.
How to create a Table in SwiftUI
In UIKit, UITableView is one of the most common UI controls on iOS. If you have experience developing…
December 20, 2024
SwiftUI Animations: Explicit and Implicit Animations
Animations in SwiftUI are automatic and magical. You have to define two states of a view and SwiftUI…
December 18, 2024
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 text and images in SwiftUI
In a project, you or your designer may want to display a button with an image. The syntax…
December 17, 2024
How to create a button in SwiftUI
A button is a fundamental UI control present in all applications, which has the ability to detect when…
December 16, 2024
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
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