問題タブ [watchos-2]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
apple-watch - スタンドアロンの Apple Watch アプリを作成できますか?
WWDC 2015 では、watch がネイティブ アプリをサポートすることが言及されていますが、新しい Xcode 7 には、コンパニオン アプリなしで Apple Watch アプリをビルドする方法のオプションが表示されません。方法があれば教えてください。
swift - WKInterfacePicker の選択項目の取得
WKInterfacePicker
リストから文字列を選択するために a を使用しようとしています。現在、IBAction
関数を使用して、ピッカーの値を格納する変数を更新しています。ただし、ピッカーで選択した要素が変数の値と異なっていても、デジタル クラウンをすばやく回転させると変数が更新されません。さらに、ビューが最初にロードされたときに選択された要素が、変数の初期値と異なる場合があります (たとえば、ピッカーで 0 が選択されているのに、変数の値が 2 である)。とIB で正しく配線されているIBOutlets
と思います。IBActions
これはベータ版ソフトウェアのバグですか、それとも使い方がWKInterfacePicker
間違っていますか? のコードは次のWKInterfaceController
とおりです。
ios - How sharing the model of the main app with WatchOS2?
I need to share my entities (CoreData) of the main app with WatchOS2.
There are two ways to share code between targets - frameworks, and just including the .m or .swift file in multiple targets using Xcode's inspector.
WatchOS2 can create a dynamic framework and the main app too.
I have tried to create a dynamic framework in the main app and share code with WatchOS 2 : `Not such module TestFrameworkKit'.
Framework isn't going to work with a watchOS 2 extension because that extension runs on a completely different device.
Any idea ?
ios - デモ用にApple Watchの画面をミラーリングしようとしています
Apple Watch アプリをミラーリングする唯一の方法は、ここで提案されているように、シミュレーターを使用してこれを画面に表示するか、カメラをそれに向けることです。
Q/A は 2015 年 5 月のものなので、これに関する最新情報やニュースがあるかどうか疑問に思っていました。