/daysleft

Code for "Count The Days Left", a Swift app written as learning project - see http://blog.bravelocation.co/countthedaysleft for more details

Primary LanguageSwiftMIT LicenseMIT

Count The Days Left

Count The Days Left is a simple, elegant iOS app that does just one thing - counts the days between the start and end date of an event or project, and how far along you've progressed so far.

It's optimised around your work tasks, as you can decide to count just weekdays if required.

I've also added a nice widget for the Today notification screen, for quick access to your progress, as well as an Apple Watch app and complication.

Download in the App Store

The app was written as part of a "develop in the open" project, so if you're interested you can read more at http://bravelocation.com/countthedaysleft

Developer requirements

If you want to build this app yourself, you'll need to provide some API settings:

  • Settings.plist that contains your Google Ads ID
  • GoogleService-Info.plist that contains your Firebase details

License

(The MIT License)

Copyright © 2015-2016 John Pollard

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.