https://github.com/dragosrobertn/timetravelclock
Date and time functions, string manipulation in Swift 2 and 3. 🕰🚪
https://github.com/dragosrobertn/timetravelclock
Last synced: about 1 year ago
JSON representation
Date and time functions, string manipulation in Swift 2 and 3. 🕰🚪
- Host: GitHub
- URL: https://github.com/dragosrobertn/timetravelclock
- Owner: dragosrobertn
- Created: 2017-02-13T10:14:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T01:38:41.000Z (over 9 years ago)
- Last Synced: 2025-01-28T13:57:36.396Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time Travel Clock
This is a basic XCode Project written in Swift and is meant to get myself familiar with using tabbed application, time and date functions, string manipulation.
It also attempts to show how it's done in Swift 2 & Swift 3.

# Learning Outcomes
- Stack layouts, layout constraints
- Tabbed applications
- Multiple button and actions by tags
- Time, dates functions and string manipulation
- Enums
## Other projects
This project is a part of a few mini [Learning Swift Projects](https://github.com/dragosrobertn/LearningSwiftProjects).