https://github.com/eyupfidan/swift-projects
I decided to collect my ios application repo, which I am interested in as a hobby and developed with swift language, in a single repo.
https://github.com/eyupfidan/swift-projects
apple ios native oop swift uikit xcode
Last synced: 8 months ago
JSON representation
I decided to collect my ios application repo, which I am interested in as a hobby and developed with swift language, in a single repo.
- Host: GitHub
- URL: https://github.com/eyupfidan/swift-projects
- Owner: eyupfidan
- License: mit
- Created: 2022-08-02T18:06:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T11:31:31.000Z (over 2 years ago)
- Last Synced: 2025-01-27T22:48:02.105Z (10 months ago)
- Topics: apple, ios, native, oop, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 6.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Swift Multi-Project
This repository contains a collection of iOS applications that I developed as a hobby using Swift language.
Table of Contents
List of Projects
-
Basic Calculator
-
Birthday Note Taker
-
Catch the Kenny
-
Gesture Recognizer App
-
Landmark Book
-
Musician Class
-
My First App
-
Object with Code
-
Project Layout
-
Segue App
-
Timer Project
About
I created this repository to consolidate my iOS applications, developed using Swift language, in one place.
Technologies Used
- Swift
- UIKit
- Git SCM
- Storyboard
- Github Actions
- OOP
- Xcode
Projects
Basic Calculator
This application is a basic calculator that performs addition, subtraction, multiplication, and division operations.
Birthday Note Taker
This application allows the user to add and store the birthdays of their friends and family.
Catch the Kenny
This game is a simple whack-a-mole type game, where the player needs to tap on a randomly appearing Kenny character to score points.
Gesture Recognizer App
This application demonstrates the use of gesture recognizers in iOS development.
Landmark Book
This application displays a list of landmarks and allows the user to select a landmark to view details about it.
Musician Class
This application creates a class hierarchy for musicians.
My First App
This is a simple "Hello World" type application, created as a starting point for learning iOS development.
Object with Code
This application demonstrates the use of object-oriented programming concepts in iOS development.
Project Layout
This application demonstrates how to create and use a custom project layout in Xcode.
Segue App
This application demonstrates the use of segues in iOS development.
Timer Project
This application is a simple timer that allows the user to set a duration and start the countdown.
## License
MIT © [Eyup Fidan](https://eyupfidan.com)