問題タブ [xcode7-beta3]
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.
game-center - 新しい Apple TV の GameCenter ログにアクセスするにはどうすればよいですか?
Apple TV アプリに Game Center を実装していますが、いくつか問題があります。Game Center のログが役立つことを願っています。設定に移動してログをエクスポートしましたが、保存先は次のとおりです。
このファイルにアクセスする方法を知っている人はいますか?
swift - Xcode プレイグラウンドの captureValue() の使用
Xcode 7.1 (ベータ 3) で Playgrounds を使用していますが、captureValue()
機能に問題があります。
captureValue:withIdentifier: タイムラインに指定された識別子で表示される値をキャプチャします。
宣言
public func captureValue(値: T, withIdentifier 識別子: 文字列)
関数を呼び出すと、次のようになります。
captureValue を使用するにはどうすればよいですか? それとも、これはベータ 3 のバグですか?