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

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º ☀️🎚

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.

![Conversion Screen](https://cloud.githubusercontent.com/assets/10534896/23197293/2f50dcd8-f8b7-11e6-9904-2b7e5a1b8b9d.png)

# 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).