Recent
Day 37 - SwiftUI: Let's Build the iExpense App
·3651 words·18 mins
In this section we will build our iExpense application using @Observable, sheet(), Codable, UserDefaults.
@Observable : Monitors a class for changes and refreshes all affected views.
Day 36 - SwiftUI: @Observable, onDelete(), UserDefaults, @AppStrorage, Codable
·3594 words·17 mins
In this chapter we will work on topics like UserDefaults, @Observable, sheet() and onDelete(). Also, the name of the application we will create in this chapter will be iExpense.
Day 33 - SwiftUI Animations: Animating Gestures, View Transitions, Custom Transition
·2217 words·11 mins
Animations can be used not only for a beautiful display but also to convey information to the user.
Day 32 - SwiftUI Animations: Implict, Explicit, Binding
·2254 words·11 mins
In this section we will start a new project and with this project we will examine animations in SwiftUI.
Day 30 - Building the Word Scramble App
·2172 words·11 mins
In today’s article, we will use the List, UITextChecker and App Bundle we learned on day 29 in a real application and build our game World Scramble.