The Current-Week SwiftUI project is a simple iOS app that displays the current week number and the corresponding dates for the selected week. This app is built using the SwiftUI framework, which provides an easy way to create user interfaces for iOS apps.
The app has the following features:
- Displays the current week number and corresponding dates for the selected week.
- Allows the user to navigate to the previous and next weeks.
- Uses SwiftUI components such as Text, Button, VStack, HStack, and Spacer to create the user interface.
- Demonstrates the use of State and Binding to update the UI in response to user actions.
To run this app, you need:
- Xcode 12 or later
- An iOS device running iOS 14 or later, or the iOS simulator
To install and run the app:
- Clone or download the project from Github.
- Open the project in Xcode.
- Select the device or simulator you want to run the app on.
- Click the Run button or press Command + R to build and run the app.
This project is licensed under the MIT License. See the LICENSE file for details.
This app was created by Batınay Ünsel as a learning project for SwiftUI.
If you have any feedback or suggestions for this app, please let me know by [email protected]. I appreciate any feedback that can help me improve this app.