Search results for

“A Summary of the WWDC25 Group Lab”

11,190 results found

Post

Replies

Boosts

Views

Activity

WWDC Group Labs
First I would like to thank all the people who have been working hard to put on the group labs, they have been very informative. Maybe it should be considered to either have the group labs one week later so those who attend stuff in person can still have the opportunity to participate in the group labs, also it gives people time to explore the new stuff to formulate better questions. Also why not record the group labs, I am sure there are more people that could benefit from it later on either to review something they may not have completely got the first time, or because they missed for real life reasons. I know there are people with learning disabilities and may need the content to be slowed down or reviewable later. We all learn from all the questions people ask in the labs, let's make it more accessible to everyone! Also maybe have it so that the questions that didn't get answered in the group lab automatical
1
0
89
Jun ’26
Get ready for your WWDC26 Group Lab.
Hello Elon, Your WWDC26 Group Lab is almost here. Please review the details below to make sure you have a great experience. Accessibility Technologies Group Lab Tuesday, June 9, 2026 5:00 p.m. (Pacific Daylight Time) 60 minutes Conducted in English https://developer.apple.com/go/?id=wwdc26-accessibility-technologies-group-lab Learn more about Group Labs > If you’re unable to attend, please cancel your registration. If you have questions about your Group Lab, please contact us. We’re glad you’re spending part of WWDC26 with us. The Apple Developer Relations Team Copyright © 2026 Apple Inc. One Apple Park Way, MS 923-4DEV, Cupertino, CA 95014 All Rights Reserved | Privacy Policy | Account This is a service notification related to your Apple Developer account.
0
0
331
Jun ’26
Power & Performance Group Lab Questions
Since my questions were never answer and no replies during the group lab, I'm posting them here: When does vapor chamber cooling activate on the new iPhone 17 Pro devices? Does the system handle the cooling in those scenarios, can developer activate it? Does volume level affect performance/battery? Can you discuss bluetooth connections to AirPods Pro 3/AirPods Pro Max and impact on battery? Is there an API to detect thermal changes and what are UI changes that can reduce thermal impact when app is in background and foreground? Whats the best way to profile Power usage and battery drain when an application is processing, working in background and multimodal? Thank you.
1
0
304
Jun ’26
Reply to NavigationStack $path cleared on dealloc?
I went to a WWDC25 SwiftUI Lab regarding this issue. The suggested known workaround was to wrap the 2nd property change in a DispatchQueue.main.async call so that it happens on the next turn of the run loop. You can see my change here: https://github.com/bolsinga/site/pull/1024
Topic: UI Frameworks SubTopic: SwiftUI
Jul ’25
Reply to PHAssetChangeRequest revertAssetContentToOriginal without original asset content
Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. Please file a bug report, include a small Xcode project and some directions that can be used to reproduce the problem, and post the Feedback number here once you do. If you post the Feedback number here I'll check the status next time I do a sweep of forums posts where I've suggested bug reports. Also, worth mentioning, if you're attending WWDC25 there is a Camera & Photos frameworks group lab today at 6PM PST where you can ask questions about PhotoKit. Bug Reporting: How and Why? has tips on creating your bug report.
Jun ’25
WWDC25 combining metal and ML
WWDC25: Combine Metal 4 machine learning and graphics Demonstrated a way to combine neural network in the graphics pipeline directly through the shaders, using an example of Texture Compression. However there is no mention of using which ML technique texture is compressed. Can anyone point me to some well known model/s for this particular use case shown in WWDC25.
2
0
629
Jul ’25
Sample code for WWDC25 Session
Hi! I watched the WWDC25 session Bring your SceneKit project to RealityKit which seemed like a great resource for those of us transitioning from the now-deprecated SceneKit framework. The session mentioned that the full sample code for the project would be available to download, but I haven't been able to find it in the Code section of the video page or in the Sample Code Library. Has the sample code been released yet? Having the project code would make it much easier to follow along with the RealityKit changes shown in the video. Thanks again for the great session.
4
0
417
Jun ’25
iOS26 WWDC25 large inline navigation?
How to achieve the same navigation bar style as in the Design foundations from idea to interface - WWDC25 video? Screenshot: https://imgur.com/a/huzsm1H There's no new navigationBarTitleDisplayMode that has action buttons aligned with the title.
1
0
260
Jun ’25
modifying labs
I teach Swift coding to high school students. I would like to be able to assign the various labs in the Fundamentals curriculum where I reduce the opportunities for cheating. Students will share images of the coding answers with each other or they can go on the internet to see the answers. I would like individualize the labs for each student. For example: When they have an assignment where the directions require a longitude property to be set to 50.001. Then changed to another number. I would like to automatically generate slightly different numbers in the lab (a different number for each student) and then save this new lab in the intended student's name. Is that possible? Is it easy to do? Harold Peaden
0
0
479
Nov ’23
WWDC Group Labs
First I would like to thank all the people who have been working hard to put on the group labs, they have been very informative. Maybe it should be considered to either have the group labs one week later so those who attend stuff in person can still have the opportunity to participate in the group labs, also it gives people time to explore the new stuff to formulate better questions. Also why not record the group labs, I am sure there are more people that could benefit from it later on either to review something they may not have completely got the first time, or because they missed for real life reasons. I know there are people with learning disabilities and may need the content to be slowed down or reviewable later. We all learn from all the questions people ask in the labs, let's make it more accessible to everyone! Also maybe have it so that the questions that didn't get answered in the group lab automatical
Replies
1
Boosts
0
Views
89
Activity
Jun ’26
Get ready for your WWDC26 Group Lab.
Hello Elon, Your WWDC26 Group Lab is almost here. Please review the details below to make sure you have a great experience. Accessibility Technologies Group Lab Tuesday, June 9, 2026 5:00 p.m. (Pacific Daylight Time) 60 minutes Conducted in English https://developer.apple.com/go/?id=wwdc26-accessibility-technologies-group-lab Learn more about Group Labs > If you’re unable to attend, please cancel your registration. If you have questions about your Group Lab, please contact us. We’re glad you’re spending part of WWDC26 with us. The Apple Developer Relations Team Copyright © 2026 Apple Inc. One Apple Park Way, MS 923-4DEV, Cupertino, CA 95014 All Rights Reserved | Privacy Policy | Account This is a service notification related to your Apple Developer account.
Replies
0
Boosts
0
Views
331
Activity
Jun ’26
Reply to Link, SwiftUI bug?, button trait identified on VoiceOver for a link.
I got feedback in a WWDC25 accessibility lab that a link was being read by VoiceOver as both a link and a button. I was surprised to discover that this seems to be the the default behavior. I'm also wondering if this is intentional or a bug.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Pinning Widgets in VisionOS Simulator
It is not possible to surface pin in the simulator. I confirmed this with Apple engineers in a WidgetKit Lab during WWDC25. However, as far as I can tell, that doesn’t actually make any functional difference to the widget itself, you just can’t see it in that frame
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Power & Performance Group Lab Questions
Since my questions were never answer and no replies during the group lab, I'm posting them here: When does vapor chamber cooling activate on the new iPhone 17 Pro devices? Does the system handle the cooling in those scenarios, can developer activate it? Does volume level affect performance/battery? Can you discuss bluetooth connections to AirPods Pro 3/AirPods Pro Max and impact on battery? Is there an API to detect thermal changes and what are UI changes that can reduce thermal impact when app is in background and foreground? Whats the best way to profile Power usage and battery drain when an application is processing, working in background and multimodal? Thank you.
Replies
1
Boosts
0
Views
304
Activity
Jun ’26
Group Labs on YouTube -- thanks!
Didn't know these would be published on the Apple Developer YouTube channel, these are great if you have scheduling conflicts in attending live. Thanks dev team!
Replies
2
Boosts
0
Views
91
Activity
Jun ’26
Reply to NavigationStack $path cleared on dealloc?
I went to a WWDC25 SwiftUI Lab regarding this issue. The suggested known workaround was to wrap the 2nd property change in a DispatchQueue.main.async call so that it happens on the next turn of the run loop. You can see my change here: https://github.com/bolsinga/site/pull/1024
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jul ’25
Reply to PHAssetChangeRequest revertAssetContentToOriginal without original asset content
Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. Please file a bug report, include a small Xcode project and some directions that can be used to reproduce the problem, and post the Feedback number here once you do. If you post the Feedback number here I'll check the status next time I do a sweep of forums posts where I've suggested bug reports. Also, worth mentioning, if you're attending WWDC25 there is a Camera & Photos frameworks group lab today at 6PM PST where you can ask questions about PhotoKit. Bug Reporting: How and Why? has tips on creating your bug report.
Replies
Boosts
Views
Activity
Jun ’25
WWDC25 combining metal and ML
WWDC25: Combine Metal 4 machine learning and graphics Demonstrated a way to combine neural network in the graphics pipeline directly through the shaders, using an example of Texture Compression. However there is no mention of using which ML technique texture is compressed. Can anyone point me to some well known model/s for this particular use case shown in WWDC25.
Replies
2
Boosts
0
Views
629
Activity
Jul ’25
How to fetch Lab Name and Lab Result Panel from Health Kit
Hello Team, We are Testing Health Records feature into our Patient Application. We have imported sample data available in Simulator and modelling it using FHIR Model. We are trying to group test results based on Origin(Lab Name and Result Date) of Lab Reports. But we are not able to retrieve Lab Name and Lab Test Panel Mapping information.
Replies
3
Boosts
0
Views
751
Activity
Sep ’21
Scenekit labs?
How can I ask questions about Scenekit? Looks like there are no labs? Should I apply for a Metal or realityKit lab and ask SceneKit questions?
Replies
1
Boosts
0
Views
712
Activity
Jun ’20
Sample code for WWDC25 Session
Hi! I watched the WWDC25 session Bring your SceneKit project to RealityKit which seemed like a great resource for those of us transitioning from the now-deprecated SceneKit framework. The session mentioned that the full sample code for the project would be available to download, but I haven't been able to find it in the Code section of the video page or in the Sample Code Library. Has the sample code been released yet? Having the project code would make it much easier to follow along with the RealityKit changes shown in the video. Thanks again for the great session.
Replies
4
Boosts
0
Views
417
Activity
Jun ’25
iOS26 WWDC25 large inline navigation?
How to achieve the same navigation bar style as in the Design foundations from idea to interface - WWDC25 video? Screenshot: https://imgur.com/a/huzsm1H There's no new navigationBarTitleDisplayMode that has action buttons aligned with the title.
Replies
1
Boosts
0
Views
260
Activity
Jun ’25
modifying labs
I teach Swift coding to high school students. I would like to be able to assign the various labs in the Fundamentals curriculum where I reduce the opportunities for cheating. Students will share images of the coding answers with each other or they can go on the internet to see the answers. I would like individualize the labs for each student. For example: When they have an assignment where the directions require a longitude property to be set to 50.001. Then changed to another number. I would like to automatically generate slightly different numbers in the lab (a different number for each student) and then save this new lab in the intended student's name. Is that possible? Is it easy to do? Harold Peaden
Replies
0
Boosts
0
Views
479
Activity
Nov ’23
Labs and playgrounds
I am trying to view a lab from the Explorations Book (Structures) and I am getting the playground. Can anyone help me here?
Replies
1
Boosts
0
Views
1k
Activity
Dec ’22