問題タブ [playgrounds]
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.
swift - ライブプレイグラウンドでビューのサイズを変更する方法?? Xcode
今後の wwdc 奨学金のためにライブ プレイグラウンドを作成する予定ですが、これまでシングル ビュー アプリを使用してきたため、ライブ プレイグラウンドを作成した経験はありません。
私は実際に自分のプレイグラウンドでビューをどのサイズにするべきかわかりません。サイズを変更することはできません。誰かがその方法を教えてくれます。以下のコードを試しましたが、エラーが発生し、動作しません。助けてください。wwdc プロジェクトに関連するアドバイスをいただければ幸いです。
このコードは error:= expression failed to parse, unknown error を返します
ビューのサイズを変更する方法と、どのようにすればよいか教えてください??
swift - @State is not working on iPad Swift Playgrounds
I'm trying to use SwiftUI on my iPad with Swift Playgrounds. The view below renders fine initially, but unfortunately the view does not update when @State
changes, like it does on my Mac. In the little sidebar I can see the closure does get executed though...
I'm using the newest non-beta version of everything.
Thanks.