https://github.com/dragosrobertn/learningswiftprojects
Collection of personal Swift projects used as starting point to learn the language 💻
https://github.com/dragosrobertn/learningswiftprojects
lists swift-3
Last synced: 25 days ago
JSON representation
Collection of personal Swift projects used as starting point to learn the language 💻
- Host: GitHub
- URL: https://github.com/dragosrobertn/learningswiftprojects
- Owner: dragosrobertn
- Created: 2017-02-20T15:20:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T20:11:43.000Z (almost 8 years ago)
- Last Synced: 2025-06-23T20:04:26.422Z (about 1 year ago)
- Topics: lists, swift-3
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Swift Projects
Collection of personal Swift projects used as starting point to learn the Swift Language 💻.
These are not tutorials, but finished projects, meant to show development process and progress.
| Project Title | Learning Outcomes/Description | Status |
|---------------------------------------------------------------------------------|------------------------------------------------------------------------------|--------|
| [Temperature Converter ](https://github.com/dragosrobertn/TemperatureConverter) | Single View Application, Buttons, Labels, Storyboards | ✅ |
| [Swift Calculator](https://github.com/dragosrobertn/SwiftCalculator) | Single View Application, Image Assets, Classes | ✅ |
| [Time Travel Clock](https://github.com/dragosrobertn/TimeTravelClock) | Tabbed Application, Time Functions, String Manipulation in Swift 2 & Swift 3 | ✅ |
| [Track My Self](https://github.com/dragosrobertn/TrackMySelf) | Permissions, MapKit, Guard statement, Navigation Bars, Alerts | ✅ |
| [3D Touch PhotoCarousel](https://github.com/dragosrobertn/3DTouchPhotoCarousel) | Custom Table View, Arrays, 3D Touch, Images, Segues | ✅ |
| [Will I Burn?](https://github.com/dragosrobertn/WillIBurn) | Single Application View, RESTful API interaction, JSON Objects, Structs | ✅ |
| [People Core Data](https://github.com/dragosrobertn/PeopleCoreData) | TableView, Delegate, CoreData | ✅ |