Skip to content

PChmiel/Habit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habit

Version License Platform

Requirements

iOS 8.0+, watchOS 2.0+, tvOS 10.0+

Swift 3

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

Habit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Habit"

Usage

Habit lets you repeat notifications every minute, hour, day or week. It's pretty easy in use and after UILocalNotification or UNMutableNotificationContent (iOS 10.0+ only) initialization do just:

notification.repeatEvery(_:)

The parameter is NotificationBasis enum type. It lets you choose from:

  • Minute – fires in next full minute and does it every 60 seconds,
  • Hour – fires in next o'clock hour and does it every 60 minutes,
  • Day(time: Date) – fires each day at parameter's time (an hour and a minute),
  • Week(time: Date, weekday: Weekday) – fires every weekday at first parameter's time (an hour and a minute)

Author

Piotr Sochalewski, piotr.sochalewski@droidsonroids.pl

License

Habit is available under the MIT license. See the LICENSE file for more info.

About

An easy-to-use library to make repeated notifications simpler

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 67.1%
  • Swift 25.8%
  • Ruby 3.7%
  • Objective-C 3.4%