IPhone : use array from iphone in watchkit

on Friday, March 27, 2015

I have a simple app on my iPhone where I can enter some names and the app than picks a random name and displays an alertview.


All the names I enter are displayed in a table view and are storen in an array.


On the apple watch, I want to add a "play"-button, when it is tapped, I want to display a name.


Do I need to pick a name on the iphone and send the name to the apple watch, or do i need to send the array to the apple watch and pick a random name on the watch itself?


I don't have much experience in objective-c so any tutorials, or some kind of list would be nice!


Thanks in advance!


0 comments:

Post a Comment