https://github.com/sriramios/stopwatch
StopWatch is similar implementation of iOS's Stop watch with Combination of Core Data - NSFetchedResultsController
https://github.com/sriramios/stopwatch
coredata nsfetchedresultscontroller nsfetchedresultscontrollerdelegate sizeclasses stopwatch
Last synced: about 1 month ago
JSON representation
StopWatch is similar implementation of iOS's Stop watch with Combination of Core Data - NSFetchedResultsController
- Host: GitHub
- URL: https://github.com/sriramios/stopwatch
- Owner: sriramios
- Created: 2019-10-25T08:28:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T14:34:50.000Z (over 6 years ago)
- Last Synced: 2025-02-19T16:44:29.369Z (over 1 year ago)
- Topics: coredata, nsfetchedresultscontroller, nsfetchedresultscontrollerdelegate, sizeclasses, stopwatch
- Language: Swift
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StopWatch
==========================
# Description
StopWatch is similar implementation of iOS's Stop watch with Combination of Core Data - NSFetchedResultsController.
The timer records a lap on click of the lap button and it should be saved until you hit reset. The Lap data should be persisted even if the app is quit.
# Screenshot
This screenshot is similar to the one you see in default IOS clock app.
Portiat Screenshot
Landscape Screenshot
# Status