Skip to content

glennposadas/locpush-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LocalPush

A super simple local push notification helper.

Sample usage:

override func viewDidLoad() {
  super.viewDidLoad()
  
  LocalPush.shared.start()
  
  DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(3)) {
    LocalPush.shared.schedulePush(
      title: "Hello local push!🙇🏻‍♂️ ",
      subtitle: "This is a local push! Check out https://github.com/glennposadas/locpush-ios",
      hour: 23,
      minute: 19,
      repeats: true
    )
  }
}

enter image description here

About

A super simple local push notification helper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages