I know it has been available for literally less than 48 hours, but I was wondering if anyone has figured out how to programmatically access the digital crown on the Apple Watch in watchOS 2? Is there not an Objective-C method, such as -(void)crownMovedWithTimeStamp(float)timeStamp, that I can override the implementation of? (My thinking was that this method could be a method of WKInterfaceController and would be called at a set interval (like every time the digital crown is spun an angle of 1 degree)). Like what is done to receive touches in an UIView using the methods such as -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event. Any help would be greatly appreciated, thanks.
Programmatic Access to Apple Watch Crown
1k Views Asked by Tristan Barnes At
1
There are 1 best solutions below
Related Questions in OBJECTIVE-C
- How do I customize NSOutlineView to have border color?
- UIWebView Screen Fitting Issue
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Image and Text locations in UIButton
- setting OpenGL version in objective-C
- Setup code for xibs in iOS. -awakFromNb:
- realm db, get parent link of object
- CFBundleDocumentType is not working in myproject-Info.plist file
- UIPopoverPresentationController not rendering properly
- Using Storyboard Reference
- Pass Data between two view controllers using 'Delegation' : Objective-C
- Unexpected CALayer Vertical Flipping on 3D Rotation 'Bounce'
- Setting View orientation to portrait is ignored
- UITextField append / between dates while enforcing character limit
Related Questions in METHODS
- PHPunit call magic methods
- Needing a private and public method for the same recursive function
- #warning this method is no longer used (Objective-C)
- Issue with calling a method and updating graphics
- Shoppe gem each method on product categories
- Using NON static class Methods Without reference
- Java: Shuffle a Deck of 32 cards?
- Does .join method change the array into string in Javascript?
- Simplify code with sending Methods as Variable
- Programmatic Access to Apple Watch Crown
- How to change URL form with GET method?
- Why is this method called instead of the other?
- Inheritance Hidden Method java
- Java: How to create simple method
- Are methods copied when objects are created?
Related Questions in SDK
- Customizing tweet view using Fabric SDK
- Facebook iOS SDK 4 error info.plist
- Why my android application stopped when I run it in Emulator?
- android.support.v7.app.ActionBarActivity cannot be resolved
- Ionic cordova build
- Programmatic Access to Apple Watch Crown
- iOS using microsoft band build error
- Framework causing errors in Xcode after adding cocoapods
- Downgrade Android App Sdk
- How to utilise GStreamer plugins-good/bad/ugly in iOS SDK
- I don't know what exactly is wrong with my SDK and ADT Plugins
- How to configure Android SDK manager with socks?
- Errors after updating sdk with Eclipse
- Paypal in-context express checkout - modal windows incorrect
- share link on facebook,can not published.error "We are sorry.this post is no longer available, it may have been removed"
Related Questions in OVERWRITE
- FileWriter() will only append, not overwrite
- Programmatic Access to Apple Watch Crown
- Calling (non public) methods from overriden method
- Numpy array overwritten in nested function
- Overwriting and custom inits in objective-c
- Newly overwritten image not shown on web page - Yii2
- Ruby String Arrays Overwriting Themselves?
- Can't overwrite a file on a sd card on an intel edison
- PHP overwrites object without it being used [edited]
- Wildcard overwrites all other settings
- Error while installing slack on ubuntu 14.04
- Java | static vars in parent and child class | accessing the child var value from parent class
- Array value get overwrited every time java
- Error calling PHP through JQuery to overwrite HTML file
- How to disable overwrite confirmation?
Related Questions in APPLE-WATCH
- Apple Watch: WKInterfaceLabel doesn't update on device, but fine on simulator
- Display both alertTitle and AlertBody on a custom WatchKit notification
- Handoff icon not disappearing from the phone
- Cocoapods library not found for apple watch extensions
- Programmatic Access to Apple Watch Crown
- Why is willActivate called twice when watch app enters foreground?
- Apple Watch and iphone communication
- How to remove a partially installed app on Apple Watch
- change initial interface controller in watchKit
- Segue must be modal with page navigation
- In Xcode I see (no paired Apple Watch) even though the watch is paired and the watch's UDID is registered
- How to handle this error when requesting data from watchkit
- How to hide API keys in GitHub for iOS (SWIFT) projects?
- Apple watch clear images caching
- Why does UIAlert generated by UILocalNotification display "Options" instead of action title?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Looks like in WatchOS 2, Apple has introduced
WKInterfacePickerclass.From the Docs:
More Docs : Animation when turning crown