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

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

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