問題タブ [xcode13]

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.

0 投票する
1 に答える
9039 参照

swift - Xcode 13 の Info.plist はどこにありますか? (見つからない、プロジェクト ナビゲーター内ではない)

Info.plistXcode 13 で値を追加/編集する方法を理解した人はいますか? ナビゲーター ペインからを移動したInfo.plistようですが、見つけることはできますが、編集方法がわかりません。

0 投票する
1 に答える
2407 参照

swift - How to access an actor-isolated property?

I try to check the actor's behavior. This is a new feature provided by Swift5.5.

I've created a playground with an example code from the official documentation swift.org:

But my compiler fails on this example:

errors

Swift Compiler Error:

'await' in a function that does not support concurrency

Actor-isolated property 'max' can only be referenced from inside the actor

So how to access an actor-isolated property?

Maybe it's a bug in the compiler or in the example code?

Xcode Version 13.0 beta (13A5154h) Swift Version 5.5

0 投票する
1 に答える
739 参照

xcode - SwiftUI 3 MacOs テーブルの単一選択とダブルクリックで開いたシート

これは Model.age でソートされたテーブルの実例であり、複数選択をサポートしています。行をダブルクリックして単一選択し、シートを開きたいのですが、それは可能ですか? また、選択した項目オブジェクトを取得するにはどうすればよいですか?

ありがとうございました