Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

ninjaprawn/Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Archived - No guarantee this code still works for current iOS versions. It was written for ~iOS7/8.

Notes

The code used in this project can be used to add notes to the Notes.app using code. This is useful if you are making a notes widget.

How to use:

  • Download the github repo as a zip and extract
  • Copy the Notes folder (contains Notes headers) and place it in your THEOS include folder
  • In your tweak, write the following line at the top of your .xm file:
#import <Notes/Notes.h>
  • Copy the function from example.xm. Create your own arguements to customize the variables on the go.

About

Code to dynamically add notes to Notes.app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published