Sharing Notes from iPhone to AW

Hi,

I have a notepad app that I'd like to have the notes that a user types on the iPhone appear on the Apple Watch.


I use a standard UITextView on the iPhone for entry. When I looked into transferring information to the watch, I noticed that their is no UITextView, which the reason why are obvious.


So the final outcome would be: User types note on iPhone -> It appears on the Apple Watch.


Can anyone suggest or point me to an article on how I can accomplish this?