Changes

A watchOS 2 WatchKit Context Menu Tutorial

1 byte added, 19:35, 23 October 2015
Adding and Removing Menu Items in Code
All of the menu items added from within the interface controller code may be removed via a call to the clearAllMenuItems method of the interface controller object. Any menu items added to the storyboard scene using Interface Builder are unaffected by this method call.
<google>BUY_WATCHKITBUY_WATCHOS2</google> 
== Creating the Context Menu Example Project ==