An open API service indexing awesome lists of open source software.

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 💻

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 | ✅ |