https://github.com/dragosrobertn/temperatureconverter
Basic Swift Project for converting Celsiusº to Fahrenheitº ☀️🎚
https://github.com/dragosrobertn/temperatureconverter
swift swift3 xcode
Last synced: about 1 year ago
JSON representation
Basic Swift Project for converting Celsiusº to Fahrenheitº ☀️🎚
- Host: GitHub
- URL: https://github.com/dragosrobertn/temperatureconverter
- Owner: dragosrobertn
- Created: 2017-02-20T15:41:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T19:08:06.000Z (about 9 years ago)
- Last Synced: 2025-01-28T13:57:36.370Z (about 1 year ago)
- Topics: swift, swift3, xcode
- Language: Swift
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature Converter
This is a basic XCode Project written in Swift and is meant to get myself familiar with the interface, elements, storyboards and Swift.

# Learning Outcomes
- Add basic UI elements onto a storyboard
- Add constraints to UI elements and modify their properties
- Link elements to outlets and actions using Control + Drag & Assistant editor
- Brief introduction to Swift syntax
## Other projects
This project is a part of a few mini [Learning Swift Projects](https://github.com/dragosrobertn/LearningSwiftProjects).