Recent
Day 29 - SwiftUI List, App Bundle and String Manipulation
·1669 words·8 mins
In this section, we will see List, one of the SwiftUI view types, we will look for an answer to the question of what is App Bundle and we will examine how string operations are done.
Day 27 - SwiftUI BetterRest Application
·2325 words·11 mins
In this episode, we make BetterRest, our project number 4 in our 100 Days of SwiftUI training, a working application.
Day 26 - SwiftUI Stepper, DatePicker, Date and Create ML
·2196 words·11 mins
SwiftUI Stepper Usage #SwiftUI has two ways to allow users to enter numbers;
Stepper : A simple - and + button that can be tapped to select a number.
Day 25 - SwiftUI Key Points
·1253 words·6 mins
In today’s article, we will summarize the important points we learned from the projects we carried out on days 16-24.
Day 23 - SwiftUI Project-3 Part-1
·3030 words·15 mins
With this project we will examine why SwiftUI uses structs for views, why some view is used so much and how modifiers work exactly.